CVE-2025-52994
BaseFortify
Publication date: 2025-07-11
Last updated on: 2025-07-15
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| jameseheinrich | phpthumb | 1.7.23 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-78 | The product constructs all or part of an OS command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended OS command when it is sent to a downstream component. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is an OS Command Injection in the gif_outputAsJpeg function of phpThumb through version 1.7.23. It occurs via a crafted parameter value in phpthumb.gif.php, allowing an attacker to execute arbitrary operating system commands.
How can this vulnerability impact me? :
An attacker exploiting this vulnerability could execute arbitrary OS commands on the affected system, potentially leading to unauthorized access, data manipulation, or other malicious activities depending on the privileges of the web server process.
What immediate steps should I take to mitigate this vulnerability?
Update phpThumb to version 1.7.23-202506081709 or later, where the vulnerability is fixed.