CVE-2020-18048
Description
An issue in craigms/main.php of CraigMS 1.0 allows attackers to execute arbitrary commands via a crafted input entered into the DB Name field.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
CraigMS 1.0's main.php accepts unsanitized input in the DB Name field, enabling unauthenticated command injection leading to remote code execution.
Vulnerability
CraigMS version 1.0 suffers from a command injection vulnerability in craigms/main.php. The application passes user-controlled input from the "DB Name" field directly into an operating system command without sanitization, as classified by CWE-77 [1]. All installations of CraigMS 1.0 using the affected web interface are potentially exploitable.
Exploitation
An attacker can send a crafted POST request to craigms/main.php containing malicious shell metacharacters (e.g., backticks, semicolons, pipe symbols) in the DB Name parameter. No authentication is required to access the vulnerable endpoint. The attack does not require special network position beyond reachability of the web server.
Impact
Successful exploitation allows the attacker to execute arbitrary operating system commands with the privileges of the web server process, typically leading to full compromise of the application and underlying host (confidentiality, integrity, and availability impact).
Mitigation
No official patch or fixed version has been released for CraigMS 1.0. As of the publication date, the vendor has not addressed this vulnerability [1]. Users should consider migrating to an alternative application or implementing a web application firewall (WAF) rule that blocks metacharacters in the DB Name field. The CVE is not listed on the CISA Known Exploited Vulnerabilities (KEV) catalog.
AI Insight generated on May 27, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
2- CraigMS/CraigMSdescription
- Range: =1.0
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
2- cwe.mitre.org/data/definitions/77.htmlmitrex_refsource_MISC
- github.com/bertanddip/CraigMS/issues/1mitrex_refsource_MISC
News mentions
0No linked articles in our index yet.