CVE-2024-34444
WordPress Slider Revolution plugin < 6.7.0 - Unauthenticated Broken Access Control vulnerability
Record summary
CVE-2024-34444 has a selected CVSS score of 7.1 (high); EIP currently links 1 repository PoC.
Description
Missing Authorization vulnerability in ThemePunch OHG Slider Revolution.This issue affects Slider Revolution: from n/a before 6.7.0.
Exploitation context
Known exploitation
- VulnCheck KEV
- Listed · May 28, 2024 · VulnCheck
- Reported exploitation
- Observed · VulnCheck
Available material
- Repository PoCs
- 1
CISA SSVC decision
CISA Coordinator · SSVC 2.0.3 · Evaluated Jun 27, 2024 · Source: CVE List
Affected products and versions
2| Product | Source | Version range | Status |
|---|---|---|---|
Slider RevolutionBrowse ThemePunch OHG / Slider RevolutionDefault status: unaffected | CVE List | Before 6.7.0 | affected |
slider_revolutionBrowse themepunch / slider_revolution | VulnCheck | Version data not supplied | |
Proofs of concept
1Repository PoCs
GitHubdzmind2312/CVE-2024-34444-Exploit-PocRepository PoCby dzmind2312Stars: 0Scanner2 files
Analysis
Technical assessment
The artifact is a mass scanner for CVE-2024-34444, a missing authorization vulnerability in the Slider Revolution WordPress plugin. It detects vulnerable installations by extracting a nonce and checking the REST API endpoint, but does not perform exploitation or modification of slider data.
Backdoor review
Backdoor review undetermined
The supplied evidence consists solely of a README.md file describing a scanner for CVE-2024-34444. The actual exploit code (payload withheld) is not included in the reviewable text, making it impossible to determine whether the scanner contains backdoor or deceptive behavior.
Classification basis and observed behavior
Classification basis
The README explicitly describes the tool as a 'Professional mass scanner' that 'automates the detection' of vulnerable installations. It outlines a vulnerability chain but states the scanner's purpose is detection, not exploitation. No exploit code is provided in the evidence.
README.md:1README.md:8README.md:14Requirements
- Target must be running a vulnerable version (< 6.7.0) of the Slider Revolution WordPress plugin with the REST API endpoint accessible.
README.md:14
Observed behavior
- Extracts a nonce from the frontend to bypass REST API authentication.
README.md:26-27 - Scans single or multiple targets using multi-threading and outputs results to a file.
README.md:60-73
Behaviors behind the backdoor verdict
Observables
- Missing Evidence
- Payload withheldThe README references and provides usage instructions for payload withheld, but the file content is not included in the evidence packet. The behavior of the scanner cannot be assessed.
README.md:61-73
What the analysis did not establish
- Only the README.md file is included; the actual Python script (payload withheld) and other files are omitted, so the scanner's implementation cannot be verified.
- The evidence packet reports complete_artifact_coverage as false, indicating not all files from the repository are present.
- Only the README.md file was provided for review. The payload withheld file and any other source files are omitted from the evidence packet.
- The analysis scope indicates 1 unclassified file (14789 bytes) and 1 text file without content, which likely includes the missing payload withheld.
This review is limited to the supplied PoC code and context. It does not assert that the code works or is safe to execute.