CVE-2025-34127
BaseFortify
Publication date: 2025-07-16
Last updated on: 2025-07-17
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| achat | achat | 0.150 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-94 | The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment. |
| CWE-121 | A stack-based buffer overflow condition is a condition where the buffer being overwritten is allocated on the stack (i.e., is a local variable or, rarely, a parameter to a function). |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a stack-based buffer overflow in Achat v0.150. It occurs because the software does not properly check the size of user-supplied input sent to UDP port 9256. An attacker can send a specially crafted message that overwrites the structured exception handler (SEH), which can lead to remote code execution.
How can this vulnerability impact me? :
An attacker exploiting this vulnerability can execute arbitrary code remotely on the affected system without any privileges or user interaction. This can lead to full system compromise, data theft, or disruption of services.