LiveActive security incident?Get immediate response
CVE Record

CVE-2012-10009: 404like Plugin 404Like.php checkPage sql injection

A vulnerability was found in 404like Plugin up to 1.0.2 on WordPress. It has been classified as critical. Affected is the function checkPage of the file 404Like.php. The manipulation of the argument searchWord leads to sql injection. It is possible to launch the attack remotely. Upgrading to version 1.0.2 is able to address this issue. The name of the patch is 2c4b589d27554910ab1fd104ddbec9331b540f7f. It is recommended to upgrade the affected component. The identifier of this vulnerability is VDB-223404.

HighCVSS 7.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This is a SQL injection flaw in the WordPress 404like plugin. A remote unauthenticated attacker could potentially interfere with the site database through the plugin’s page-checking logic. The bundle does not show active exploitation, but the network-accessible and no-authentication characteristics make exposed WordPress sites a meaningful business risk.

Executive priority

Prioritize remediation for internet-facing WordPress sites because this is a database-impacting flaw requiring no authentication. The highest-value action is confirming whether the obsolete 404like plugin is present. If present, upgrade, verify the patch, or remove the plugin.

Technical view

CVE-2012-10009 is CWE-89 in 404like Plugin 404Like.php, function checkPage, through the searchWord argument. CVSS v2 is 7.5: AV:N/AC:L/Au:N/C:P/I:P/A:P. The bundle cites a patch commit and release 1.0.2, but also lists 1.0.2 as affected, so version status should be verified carefully.

Likely exposure

Exposure is likely limited to WordPress installations running the 404like plugin. The bundle lists versions 1.0.0, 1.0.1, and 1.0.2, while also saying 1.0.2 fixes the issue. Internet-facing WordPress sites running this plugin are the primary concern.

Exploitation context

The CVSS vector indicates remote, low-complexity exploitation without authentication. The source bundle marks KEV as false and provides no cited evidence of active exploitation. Treat public exploitability as plausible from the vulnerability class, but do not claim in-the-wild use from these sources.

Researcher notes

The main uncertainty is versioning: the description says upgrading to 1.0.2 addresses the issue, while the affected list includes 1.0.2. Researchers should verify the patch diff and installed code state rather than relying only on version labels.

Mitigation direction

  • Inventory WordPress sites for the 404like plugin and exact installed version.
  • Upgrade to the cited fixed 1.0.2 release or current vendor-recommended package.
  • If version status is unclear, disable or remove the plugin until fixed code is verified.
  • Review the cited patch before accepting 1.0.2 as remediated.
  • Monitor WordPress and database logs for suspicious plugin-related requests.

Validation and detection

  • Confirm whether 404like is installed on any managed WordPress site.
  • Compare installed plugin code against commit 2c4b589d27554910ab1fd104ddbec9331b540f7f.
  • Verify the running package matches the trusted fixed release artifact.
  • Check vulnerability management data for assets exposing affected WordPress sites publicly.
  • Document any compensating controls if immediate upgrade or removal is delayed.
Prepared
Confidence
medium
Sources
6

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.

Open ATT&CK lookup
description · low confidence lookup

Database behavior lookup

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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2012-10009 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
7.5 (2.0)
Known Exploited
No
Published

Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

1CVSS vectors
0Timeline events
0ADP providers
5Source links

CVSS vector scores

1 official score

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.

ScoreVersionSeverityVectorExploitImpactSource
7.5CVSS 2.0HighAV:N/AC:L/Au:N/C:P/I:P/A:P106.4Primary CVE score

Vulnerability scoring details

Base CVSS 2.0 score

7.5High
CVSS 2.0 vector shape for CVE-2012-10009Access VectorAccess ComplexityAuthenticationConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P

Access Vector
NetworkAdjacentLocal
Access Complexity
LowMediumHigh
Authentication
NoneSingleMultiple
Confidentiality Impact
CompletePartialNone
Integrity Impact
CompletePartialNone
Availability Impact
CompletePartialNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/a404like Plugin1.0.0, 1.0.1, 1.0.2Listed
Weakness

CWE details

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.