Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
EventON-Lite-CVE-Report — Disclosure for CVE-2025-8091 | Kitploit
Tools/GitHubGitHub/mooseloveti/eventon-lite-cve-report
Vulnerability AnalysisInformation GatheringWeb SecurityPenetration TestingLearning & Education
GitHubmooseloveti/eventon-lite-cve-report

EventON-Lite-CVE-Report

Disclosure for CVE-2025-8091

View Repository
18 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

EventON-Lite-CVE-Report

Disclosure for CVE-2025-8091

CVE-2025-8091 - Vulnerability in EventON Lite

This repository discloses a vulnerability discovered in EventON Lite <= 2.4.6,WordPress plugin developed by Ashan Perera.

🛠 Affected Version

  • Product: EventON Lite
  • Version: v2.4.6
  • URL: https://wordpress.org/plugins/eventon-lite/

🔒 Assigned CVE

Download Tool
CVE IDTypeComponentImpact
CVE-2025-8091Exposure of Sensitive Information to an Unauthorized Actorclass-calendar-generator.phpAuthenticated (Contributor+) Information Disclosure

🧾 Detailed a Description

CVE-2025-8091 — Authenticated (Contributor+) Information Disclosure

  • Affected Component: get_single_event_data()
  • Attack Vector: Specify any event ID, including private or draft posts
  • Trigger: An authenticated user passes the target event ID to the API/endpoint
  • Impact: Disclosure of sensitive details from unpublished events created by an administrator, including title, full description, custom fields, location, and organizer information
  • PoC:
  1. Login as a Contributor in some way.
  2. Guess the sequential event ID and view private information using the following short code.[add_single_eventon id="xxxx"]
  3. Running the preview causes information leakage.

❓Reason for the vulnerability

The post_type parameter is not properly validated, allowing retrieval of unintended post types including private or draft events.

Proposed Fix:

  • Explicitly whitelist the allowed post_type before executing the query.
  • Apply proper capability checks such as current_user_can('read_private_ajde_events') for private content.
  • Limit post_status to publish for users without the necessary privileges.

ひとこと

人生初のCVE 寄稿者から攻撃可能であるため脅威度はかなり低い。StatusをAnyからPublicに変更するだけなので、脆弱性を治すのはとても簡単そう。

🔍 Discoverer

Name: MooseLove
Role: Independent security researcher / bug hunter
Contact: Available upon request


📚 References

  • Product: https://wordpress.org/plugins/eventon-lite/

⚠️ License

This advisory is provided for public security awareness. Free to share with attribution.