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.
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-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- 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
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.
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N3.12.7Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
6.4MediumVector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N
Source materials
- CVE List V5 sourceCVE List V5
- ExploitDB-38496CVE reference · exploit
- Zero Science Lab DisclosureCVE reference · third-party-advisory
- VulnCheck Advisory: RealtyScript 4.0.2 Stored Cross-Site Scripting via text Parameter in pages.phpCVE reference · third-party-advisory
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.
