CVE-2025-12502
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-11-20

Last updated on: 2025-11-20

Assigner: WPScan

Description
The attention-bar WordPress plugin through 0.7.2.1 does not sanitize and escape a parameter before using it in a SQL statement, allowing high privilege users such as administrator to perform SQL injection attacks
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-11-20
Last Modified
2025-11-20
Generated
2026-05-07
AI Q&A
2025-11-20
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
wordpress attention-bar 0.7.2.1
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability is a SQL Injection flaw in the WordPress plugin Attention Bar (versions up to 0.7.2.1). It occurs because the plugin does not properly sanitize and escape a parameter before using it in a SQL query. This allows users with contributor-level privileges or higher to execute SQL injection attacks, potentially manipulating the database by injecting malicious SQL code. [1]


How can this vulnerability impact me? :

The vulnerability allows users with contributor-level or higher privileges to perform SQL injection attacks, which can lead to unauthorized manipulation of the database. This can result in data exposure, data corruption, or denial of service through time delays caused by injected queries. Since the vulnerability has a CVSS score of 6.8, it represents a medium severity risk that could impact the integrity and availability of your WordPress site's data. [1]


How can this vulnerability be detected on my network or system? Can you suggest some commands?

This vulnerability can be detected by attempting a time-based SQL injection on the vulnerable parameter. For example, an administrator or contributor can test the vulnerability by accessing a crafted URL that triggers a delay in the server response. A sample command using curl to test this would be: curl -i "https://example.com/wp-admin/admin.php?page=pd_nb_entries&delete&id=14+OR+(SELECT+42+FROM+(SELECT(SLEEP(5)))b)". If the server response is delayed by approximately 5 seconds, it indicates the presence of the SQL injection vulnerability. [1]


What immediate steps should I take to mitigate this vulnerability?

No fix is currently available for this vulnerability. Immediate mitigation steps include restricting high privilege user access to the affected plugin, monitoring for suspicious activity, and avoiding use of the vulnerable parameter until a patch is released. [1]


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart