PatchSiren cyber security CVE debrief
CVE-2018-25411 M-Gb CVE debrief
MGB OpenSource Guestbook 0.7.0.2 contains an unauthenticated SQL injection vulnerability in the email.php endpoint. The 'id' parameter fails to properly sanitize user input, allowing remote attackers to inject arbitrary SQL queries via crafted GET requests. Successful exploitation can lead to extraction of sensitive database metadata including table and column names. The vulnerability is network-exploitable without authentication, with high confidentiality impact per the CVSS 4.0 vector.
- Vendor
- M-Gb
- Product
- MGB OpenSource Guestbook
- CVSS
- HIGH 8.8
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-05-30
- Original CVE updated
- 2026-05-30
- Advisory published
- 2026-05-30
- Advisory updated
- 2026-05-30
Who should care
Organizations running MGB OpenSource Guestbook 0.7.0.2, particularly those exposing the application to the public internet. Security teams responsible for web application security, database administrators managing backend systems for guestbook deployments, and developers maintaining legacy PHP guestbook applications should prioritize assessment and remediation.
Technical summary
The vulnerability exists in MGB OpenSource Guestbook version 0.7.0.2, specifically in the email.php file. The 'id' parameter accepts user-supplied input without adequate sanitization or parameterization, enabling direct injection of SQL syntax into backend database queries. Attackers can construct malicious GET requests to enumerate database structure including table and column names. The attack requires no authentication and can be executed remotely over the network.
Defensive priority
HIGH
Recommended defensive actions
- Apply input validation and parameterized queries to the 'id' parameter in email.php
- Implement prepared statements for all database interactions in the guestbook application
- Restrict database account privileges to least-privilege principles
- Monitor web access logs for suspicious GET requests to email.php containing SQL keywords or encoding patterns
- Consider web application firewall rules to detect and block SQL injection payloads in the 'id' parameter
- Review and patch any other endpoints that may share similar input handling patterns
- If patching is not immediately available, consider restricting access to email.php or the guestbook application until remediation is complete
Evidence notes
The vulnerability is classified as CWE-89 (SQL Injection). The CVSS 4.0 vector indicates network attack vector (AV:N), low attack complexity (AC:L), no required privileges (PR:N), and high confidentiality impact (VC:H). Source references include the vendor website, SourceForge download page, Exploit-DB entry 45665, and a VulnCheck advisory.
Official resources
The CVE record was published on 2026-05-30T16:17:01.853Z with vulnerability status 'Received' in the NVD. The issue was disclosed through VulnCheck with an associated Exploit-DB entry.