CVE-2025-11017
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 |
|---|---|---|
| ogre3d | ogre | to 14.4.1 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-404 | The product does not release or incorrectly releases a resource before it is made available for re-use. |
| CWE-476 | The product dereferences a pointer that it expects to be valid but is NULL. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in OGRECave Ogre up to version 14.4.1, specifically in the function Ogre::LogManager::stream within the file OgreLogManager.cpp. It involves manipulation of the argument mDefaultLog, which leads to a null pointer dereference. The attack must be performed locally, and an exploit is publicly available.
How can this vulnerability impact me? :
The vulnerability can cause a denial of service by crashing the application due to a null pointer dereference. Since it requires local access and does not affect confidentiality or integrity, the impact is limited to availability.