Add CVE-2025-13652 - CBX Bookmark & Favorite Plugin SQL Injection#15874
Add CVE-2025-13652 - CBX Bookmark & Favorite Plugin SQL Injection#15874DhiyaneshGeek merged 5 commits intoprojectdiscovery:mainfrom
Conversation
Neo - Nuclei Template ReviewHigh: 1 Current PR state: 1 high active finding. Highlights
High (1)
🤖 Prompt for AI AgentsVerify each finding against the current code and only fix it if needed. In Hardening Notes
Comment |
| vendor: cbxwire | ||
| product: cbx-bookmark-favorite | ||
| shodan-query: http.component:"WordPress" | ||
| tags: cve,cve2025,wordpress,wp-plugin,sqli,cbx,wpscan,vuln,authenticated |
There was a problem hiding this comment.
🟠 CVSS Score Mismatch - Template Claims 9.8 Critical but Authenticated Vulnerability Should be 6.5 Medium (CWE-1395) — The template metadata contains contradictory severity information. Line 8 correctly states 'Exploitation requires at least subscriber-level WordPress authentication' and line 25 includes the authenticated tag, but the CVSS vector on line 16 has PR:N (Privileges Required: None) with a score of 9.8 Critical. According to NVD and Wordfence (the CVE Numbering Authority), the correct CVSS vector is CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N with a score of 6.5 MEDIUM, not 9.8 Critical.
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@http/cves/2025/CVE-2025-13652.yaml` lines 16-17 and line 6, update the CVSS
vector from PR:N to PR:L, change cvss-score from 9.8 to 6.5, and change severity
from critical to medium to match the authenticated nature of the vulnerability
as confirmed by NVD (CVE-2025-13652) and Wordfence.
|
Hi @neosmith1 Thank you for contributing this template to the community! This appears to be AI-generated based on the template structure and testing claims. We tried to reproduce the PoC on a vulnerable target but were unable to confirm the behavior. If you believe the template is correct, please send details or a vulnerable lab environment to templates@projectdiscovery.io. |
Updated the CVE details for CVE-2025-13652, changing the plugin version and severity. Added impact, remediation, and reference links, along with adjustments to the HTTP requests and matchers.
CVE-2025-13652: CBX Bookmark & Favorite Plugin SQL Injection
Adds detection template for SQL Injection vulnerability in CBX Bookmark & Favorite WordPress plugin before version 2.1.8.
Vulnerability Details
Detection Method
orderbyparameter in thecbxbkm_get_bookmarksAJAX actionReferences