CVE-2025-11015
BaseFortify
Publication date: 2025-09-26
Last updated on: 2026-04-29
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| ogrecave | ogre | 14.4.1 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-762 | The product attempts to return a memory resource to the system, but it calls a release function that is not compatible with the function that was originally used to allocate that resource. |
| CWE-119 | The product performs operations on a memory buffer, but it reads from or writes to a memory location outside the buffer's intended boundary. This may result in read or write operations on unexpected memory locations that could be linked to other variables, data structures, or internal program data. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a weakness in OGRECave Ogre up to version 14.4.1, specifically in the function STBIImageCodec::encode within the file OgreSTBICodec.cpp. It involves mismatched memory management routines, which can lead to improper handling of memory during encoding. The attack exploiting this vulnerability requires local access to the system.
How can this vulnerability impact me? :
The vulnerability can lead to potential impacts on confidentiality, integrity, and availability of the system, as indicated by the CVSS scores. Since it involves mismatched memory management, it could cause crashes, data corruption, or unauthorized access to memory, but exploitation is limited to local attackers.