CVE-2018-25184
Description
Surreal ToDo 0.6.1.2 contains a local file inclusion vulnerability that allows unauthenticated attackers to read arbitrary files by manipulating the content parameter. Attackers can supply directory traversal sequences through the content parameter in index.php to access sensitive system files like configuration and initialization files.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Surreal ToDo 0.6.1.2 is vulnerable to local file inclusion via the content parameter, allowing unauthenticated attackers to read arbitrary files.
The vulnerability is a local file inclusion (LFI) in Surreal ToDo version 0.6.1.2. The application fails to sanitize the content parameter in index.php, allowing directory traversal sequences such as ../../ to be injected. This enables an attacker to include arbitrary files from the server's filesystem [1].
Exploitation does not require authentication. An attacker can send a crafted HTTP GET request to index.php?content=../../path/to/file. The PoC demonstrates reading win.ini on a Windows server, but any readable file can be targeted. The application processes the parameter without proper validation, leading to file inclusion [1].
Impact is information disclosure. An attacker can read sensitive system files, such as configuration files (e.g., config.php), initialization files, or other application data. This could expose credentials, database settings, or other secrets, potentially leading to further compromise.
The vendor has not released a patch; the software appears unmaintained. Users should consider upgrading or removing the application if it is exposed. The vulnerability is listed in Exploit-DB, indicating public exploit availability [1].
AI Insight generated on May 18, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
1Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
2News mentions
0No linked articles in our index yet.