LiveActive security incident?Get immediate response
CVE Record

CVE-2015-20119: RealtyScript 4.0.2 Stored Cross-Site Scripting via text Parameter in pages.php

Next Click Ventures RealtyScript 4.0.2 contains a stored cross-site scripting vulnerability that allows authenticated attackers to inject malicious HTML and iframe elements through the text parameter in the pages.php admin interface. Attackers can submit POST requests to the add page action with crafted iframe payloads in the text parameter to store malicious content that executes in the browsers of users viewing the affected pages.

MediumCVSS 6.4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

RealtyScript 4.0.2 has a stored cross-site scripting flaw in its admin page editor. An authenticated attacker can save malicious HTML or iframe content that later runs in another user’s browser when the affected page is viewed. This is not listed in CISA KEV, but public exploit material exists.

Executive priority

Treat this as a targeted application risk, not an internet-wide emergency. Prioritize if RealtyScript 4.0.2 is used for public-facing property sites or if multiple users can access the admin console. Confirm deployment status first, then restrict admin exposure and seek vendor guidance.

Technical view

CVE-2015-20119 affects Next Click Ventures RealtyScript 4.0.2. The pages.php admin interface does not adequately neutralize input in the text parameter for add-page actions, enabling stored XSS. CVSS 3.1 is 6.4 with low complexity, low privileges required, changed scope, and low confidentiality and integrity impact.

Likely exposure

Exposure is limited to organizations running RealtyScript 4.0.2, especially where authenticated access to the admin interface is available to untrusted or weakly controlled users. Internet-facing admin panels increase operational risk. The provided sources do not identify other affected versions.

Exploitation context

The vulnerability requires authenticated access, but exploit details are publicly referenced by ExploitDB and advisories. The attack impact is browser-side execution of stored content for users viewing affected pages. There is no cited evidence of active exploitation or CISA KEV inclusion.

Researcher notes

Sources consistently describe stored XSS through the text parameter in pages.php for RealtyScript 4.0.2. Public exploit material exists, but the bundle does not show active exploitation, patched versions, or broad product impact. Avoid assuming newer or older versions are affected without vendor confirmation.

Mitigation direction

  • Identify whether RealtyScript 4.0.2 is deployed.
  • Restrict access to RealtyScript administrative interfaces.
  • Review vendor or maintainer guidance for updates or fixes.
  • Remove suspicious stored page content from affected RealtyScript pages.
  • Limit admin accounts to trusted users only.

Validation and detection

  • Inventory RealtyScript installations and confirm version 4.0.2 exposure.
  • Check whether pages.php admin functionality is reachable.
  • Review page content for unexpected HTML or iframe elements.
  • Audit admin account activity for unauthorized page changes.
  • Monitor browser-side security reports for XSS indicators.
Prepared
Confidence
high
Sources
5

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-2015-20119 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
6.4 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/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
4Source 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
6.4CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N3.12.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

6.4Medium
CVSS 3.1 vector shape for CVE-2015-20119Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Next Click VenturesRealtyScript4.0.2Listed
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.