7.5 CVE-2025-22868

RCE Injection SQL
 

An attacker can pass a malicious malformed token which causes unexpected memory to be consumed during parsing.
https://nvd.nist.gov/vuln/detail/CVE-2025-22868

Categories

CWE-1286 : Improper Validation of Syntactic Correctness of Input
The product receives input that is expected to be well-formed - i.e., to comply with a certain syntax - but it does not validate or incorrectly validates that the input complies with the syntax. Chain: incorrect validation of intended decimal-based IP address format (CWE-1286) enables parsing of octal or hexadecimal formats (CWE-1389), allowing bypass of an SSRF protection mechanism (CWE-918). HTTP request with missing protocol version number leads to crash

References


 

CPE

cpe start end


REMEDIATION




EXPLOITS


Exploit-db.com

id description date
No known exploits

POC Github

Url
No known exploits

Other Nist (github, ...)

Url
No known exploits


CAPEC


Common Attack Pattern Enumerations and Classifications

id description severity
66 SQL Injection
High
676 NoSQL Injection
High