Security readout for executives and security teams
Plain-English summary
CVE-2011-10006 is a cross-site scripting issue in the WordPress WP-PostRatings plugin by GamerZ. Sites running versions up to 1.64 may allow a remote attacker with authenticated access to inject script content. The cited fix is upgrade to version 1.65.
Executive priority
Treat this as a targeted plugin hygiene issue, not a crisis. Patch affected WordPress sites during the next normal maintenance window, with faster handling for public sites that allow user registration or third-party content contributors.
Technical view
The vulnerability is classified as CWE-79 XSS affecting wp-postratings.php in WP-PostRatings through 1.64. CVSS v2 is 4.0 with network access, low complexity, and authenticated attacker requirement. Sources identify release 1.65 and patch commits as remediation, but do not specify the exact vulnerable parameter.
Likely exposure
Exposure is limited to WordPress installations using WP-PostRatings versions 1.64 or earlier. The CVSS vector indicates authentication is required, so risk is higher on sites allowing untrusted contributor, subscriber, or other user accounts.
Exploitation context
The source bundle says the attack can be initiated remotely, but KEV is false and no cited source confirms active exploitation. VulDB provides a CTI/signature reference, but the bundle does not include public evidence of in-the-wild exploitation.
Researcher notes
The record lacks affected CPEs and does not identify the exact input or vulnerable code path. Validation should focus on version evidence and patch presence rather than exploit reproduction. Avoid assuming unauthenticated exploitability because the provided CVSS vector requires authentication.
Mitigation direction
- Inventory WordPress sites for WP-PostRatings and record installed versions.
- Upgrade WP-PostRatings to version 1.65 where affected versions are present.
- Review vendor or project guidance before applying any alternative mitigation.
- Prioritize sites with untrusted authenticated users or broad account creation.
Validation and detection
- Confirm whether WP-PostRatings is installed on each WordPress site.
- Verify the installed plugin version is newer than 1.64.
- Check change management records for upgrade to release 1.65.
- Review site user roles and whether untrusted users can authenticate.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-79: User-session and phishing behavior lookup
Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. 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 lookupCVE-2011-10006 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Medium
- CVSS
- 4 (2.0)
- Known Exploited
- No
- Published
Vector: AV:N/AC:L/Au:S/C:N/I:P/A:N
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.
CVSS vector scores
1 official scoreWe 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.
AV:N/AC:L/Au:S/C:N/I:P/A:N82.9Primary CVE scoreVulnerability scoring details
Base CVSS 2.0 score
4MediumVector: AV:N/AC:L/Au:S/C:N/I:P/A:N
Source materials
- CVE List V5 sourceCVE List V5
- VDB-259629 | GamerZ WP-PostRatings wp-postratings.php cross site scriptingCVE reference · vdb-entry
- VDB-259629 | CTI Indicators (IOB, IOC, TTP, IOA)CVE reference · signature, permissions-required
- https://github.com/wp-plugins/wp-postratings/commit/dcc68d03693152eba14d6fb33ba42528ff60e06aCVE reference · patch
- https://github.com/wp-plugins/wp-postratings/commit/6182a5682b12369ced0becd3b505439ce2eb8132CVE reference · patch
- https://github.com/wp-plugins/wp-postratings/releases/tag/1.65CVE reference · patch
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
