LiveActive security incident?Get immediate response
CVE Record

CVE-2011-10006: GamerZ WP-PostRatings wp-postratings.php cross site scripting

A vulnerability was found in GamerZ WP-PostRatings up to 1.64. It has been classified as problematic. This affects an unknown part of the file wp-postratings.php. The manipulation leads to cross site scripting. It is possible to initiate the attack remotely. Upgrading to version 1.65 is able to address this issue. The identifier of the patch is 6182a5682b12369ced0becd3b505439ce2eb8132. It is recommended to upgrade the affected component. The identifier VDB-259629 was assigned to this vulnerability.

MediumCVSS 4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

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.
Prepared
Confidence
high
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-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 lookup
cve · low confidence lookup

CVE-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
Vulnerability profileCVE Program record
Severity
Medium
CVSS
4 (2.0)
Known Exploited
No
Published

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

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
6Source 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
4CVSS 2.0MediumAV:N/AC:L/Au:S/C:N/I:P/A:N82.9Primary CVE score

Vulnerability scoring details

Base CVSS 2.0 score

4Medium
CVSS 2.0 vector shape for CVE-2011-10006Access VectorAccess ComplexityAuthenticationConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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

Products and packages named in the record

VendorProductVersion / packageStatus
GamerZWP-PostRatings1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 1.10, 1.11, 1.12, 1.13, 1.14, 1.15, 1.16, 1.17, 1.18, 1.19, 1.20, 1.21, 1.22, 1.23, 1.24, 1.25, 1.26, 1.27, 1.28, 1.29, 1.30, 1.31, 1.32, 1.33, 1.34, 1.35, 1.36, 1.37, 1.38, 1.39, 1.40, 1.41, 1.42, 1.43, 1.44, 1.45, 1.46, 1.47, 1.48, 1.49, 1.50, 1.51, 1.52, 1.53, 1.54, 1.55, 1.56, 1.57, 1.58, 1.59, 1.60, 1.61, 1.62, 1.63, 1.64Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-79 · source CWE mapping

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.