CVE-2026-24631
BaseFortify
Publication date: 2026-01-23
Last updated on: 2026-04-28
Assigner: Patchstack
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| mikado-themes | rosebud | From 1.0 (inc) to 1.4 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-639 | The system's authorization functionality does not prevent one user from gaining access to another user's data or record by modifying the key value identifying the data. |
Attack-Flow Graph
AI Powered Q&A
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
The provided resources do not specify how this vulnerability affects compliance with common standards and regulations such as GDPR or HIPAA.
Can you explain this vulnerability to me?
CVE-2026-24631 is an Insecure Direct Object References (IDOR) vulnerability in the WordPress Rosebud Theme (versions up to 1.4). It allows a malicious user with at least subscriber-level privileges to bypass authorization and authentication controls, potentially gaining unauthorized access to sensitive files, folders, or database interactions. This is due to incorrectly configured access control security levels. [1]
How can this vulnerability impact me? :
This vulnerability can impact you by allowing unauthorized users to access sensitive information or resources that should be protected. Although the severity is rated low (CVSS 5.4) and the likelihood of exploitation is considered low, it still poses a risk of unauthorized data exposure or manipulation within the affected WordPress theme. [1]
How can this vulnerability be detected on my network or system? Can you suggest some commands?
Detection of this vulnerability involves identifying if the WordPress Rosebud Theme version 1.4 or earlier is in use, as the issue is an Insecure Direct Object References (IDOR) vulnerability allowing authorization bypass. Since no specific detection commands or network signatures are provided, a practical approach is to check the theme version on your WordPress installation. For example, you can use WP-CLI commands such as 'wp theme list' to list installed themes and their versions. Additionally, reviewing access logs for suspicious access patterns to sensitive files or database interactions by subscriber-level users may help detect exploitation attempts. [1]
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include restricting subscriber-level privileges to only necessary capabilities, monitoring for suspicious activity, and applying any available mitigations from Patchstack services. Since no official fix or patched version is currently available for this vulnerability, limiting access and monitoring is critical. Consider disabling or replacing the Rosebud theme if possible until a patch is released. [1]