CVE-2026-24624
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 |
|---|---|---|
| saeros1984 | neoforum | to 1.0 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-89 | The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
CVE-2026-24624 is a SQL Injection vulnerability in the WordPress Neoforum Plugin (versions up to and including 1.0). It allows a malicious actor with administrator privileges to perform Blind SQL Injection, enabling them to interact directly with the database. This can lead to unauthorized data theft or manipulation. The vulnerability falls under the OWASP Top 10 category A3: Injection. [1]
How can this vulnerability impact me? :
This vulnerability can allow an attacker with administrator access to steal or manipulate data within the database of the affected Neoforum plugin. This could compromise the integrity and confidentiality of the data stored, potentially leading to data breaches or unauthorized changes to the system's data. [1]
What immediate steps should I take to mitigate this vulnerability?
Since no official fix or patched version is currently available, immediate mitigation steps include applying any recommended mitigation solutions provided by Patchstack, restricting administrator privileges to trusted users only, and monitoring for suspicious database interactions. Additionally, consider implementing web application firewalls or other security controls to help prevent exploitation. [1]
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
The provided resources do not specify how this SQL Injection vulnerability in Neoforum affects compliance with standards such as GDPR or HIPAA.