CVE-2018-25413: AiOPMSD Final 1.0.0 SQL Injection via search.php
AiOPMSD Final 1.0.0 contains an SQL injection vulnerability that allows unauthenticated attackers to execute arbitrary SQL queries by injecting malicious code through the 'q' parameter. Attackers can send GET requests to search.php with crafted SQL payloads to extract sensitive database information including usernames, database names, and version details.
Security readout for executives and security teams
Plain-English summary
AiOPMSD Final 1.0.0 has an unauthenticated SQL injection in its search page. A remote attacker could query backend data and expose usernames, database names, and version details. The business concern is data exposure from any reachable deployment.
Executive priority
Treat as high priority for any exposed deployment because exploitation requires no login and may disclose database information. If the product is unused or unsupported, prioritize retirement or replacement.
Technical view
CVE-2018-25413 is CWE-89 SQL injection in search.php through the q parameter. The source bundle rates it CVSS 4.0 8.8, with network access, low complexity, no privileges, and no user interaction required. Evidence names only AiOPMSD Final 1.0.0 as affected.
Likely exposure
Exposure is likely limited to organizations still running AiOPMSD Final 1.0.0, especially if search.php is internet-accessible. The sources provide no CPEs, asset prevalence, or hosted-service details.
Exploitation context
ExploitDB is listed as a public exploit reference, so offensive material exists. The bundle says KEV is false, and no provided source establishes active exploitation in the wild.
Researcher notes
The evidence supports unauthenticated SQL injection via search.php q in AiOPMSD Final 1.0.0. Patch status is not stated in the provided sources. Avoid assuming broader versions, forks, or active exploitation without additional vendor or telemetry evidence.
Mitigation direction
Identify and inventory any AiOPMSD Final 1.0.0 deployments.
Check vendor or project guidance for an official fix or replacement path.
Remove public access to affected instances until resolved.
Restrict search.php access if business operations require temporary use.
Monitor web logs for unusual search.php q parameter activity.
Validation and detection
Confirm whether AiOPMSD Final 1.0.0 exists in the environment.
Determine whether search.php is reachable from untrusted networks.
Review logs for suspicious search requests and database error patterns.
Verify any compensating access controls are active and tested.
Document absence of vendor fix evidence if none is found.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-89: Database access and collection lookup
Injection into data stores can inform collection, data access, and exfiltration detection reviews. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references database injection or access, so collection and exfiltration review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-89 · source CWE mapping
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.