CWE-652
Improper Neutralization of Data within XQuery Expressions ('XQuery Injection')
BaseIncompleteLikelihood: High
Description
The product uses external input to dynamically construct an XQuery expression used to retrieve data from an XML database, but it does not neutralize or incorrectly neutralizes that input. This allows an attacker to control the structure of the query.
The net effect is that the attacker will have control over the information selected from the XML database and may use that ability to control application flow, modify logic, retrieve unauthorized data, or bypass important checks (e.g. authentication).
Hierarchy (View 1000)
CVEs mapped to this weakness (2)
| CVE | Vendor / Product | Sev | Risk | CVSS | EPSS | KEV | Published | Description |
|---|---|---|---|---|---|---|---|---|
| CVE-2023-28676 | 0.00 | — | 0.01 | Mar 23, 2023 | A cross-site request forgery (CSRF) vulnerability in Jenkins Convert To Pipeline Plugin 1.0 and earlier allows attackers to create a Pipeline based on a Freestyle project, potentially leading to remote code execution (RCE). | |||
| CVE-2023-25015 | — | 0.00 | — | 0.00 | Feb 2, 2023 | Clockwork Web before 0.1.2, when Rails before 5.2 is used, allows CSRF. |
- CVE-2023-28676Mar 23, 2023risk 0.00cvss —epss 0.01
A cross-site request forgery (CSRF) vulnerability in Jenkins Convert To Pipeline Plugin 1.0 and earlier allows attackers to create a Pipeline based on a Freestyle project, potentially leading to remote code execution (RCE).
- CVE-2023-25015Feb 2, 2023risk 0.00cvss —epss 0.00
Clockwork Web before 0.1.2, when Rails before 5.2 is used, allows CSRF.