CVE-2025-29364
BaseFortify
Publication date: 2025-08-28
Last updated on: 2025-09-09
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| spimsimulator | spim | to 9.1.24 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| 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?
CVE-2025-29364 is a buffer overflow vulnerability in the SPIMsimulator software (version 9.1.24 and earlier) affecting the READ_SYSCALL and WRITE_SYSCALL system calls. The vulnerability allows an attacker to bypass memory address checks by configuring read/write operations to span distinct memory segments within the virtual machine. This leads to out-of-bounds memory reads and writes, potentially corrupting memory and enabling the attacker to escape the simulated environment and impact the host system. [1]
How can this vulnerability impact me? :
This vulnerability can allow an attacker to perform out-of-bounds memory reads and writes, which may corrupt the host machine's memory. Exploiting this flaw could enable the attacker to escape the SPIMsimulator environment and execute code or cause damage on the host system, potentially leading to system compromise or instability. [1]