Security readout for executives and security teams
Plain-English summary
RealtyScript 4.0.2 has a stored cross-site scripting issue in the admin locations feature. Malicious JavaScript can be saved in a location name and later run in an administrator’s browser. This can expose admin sessions or allow unauthorized actions in the application context. Public exploit information exists, but the provided sources do not show active exploitation.
Executive priority
Prioritize remediation if RealtyScript 4.0.2 is internet-facing or used for active business operations. The risk is elevated because stored XSS can affect administrators and public exploit information is available. If the product is not deployed, no action is needed beyond documentation.
Technical view
CVE-2015-20118 is CWE-79 stored XSS affecting Next Click Ventures RealtyScript 4.0.2. The issue is tied to the location_name parameter in the admin locations interface at locations.php. The published CVSS 3.1 score is 7.2, high, with network attack vector and scope changed. Sources include third-party disclosure, ExploitDB, and VulnCheck.
Likely exposure
Exposure is likely limited to organizations still running RealtyScript 4.0.2, especially internet-accessible deployments with reachable administrative functionality. Evidence for other versions is not provided in the source bundle.
Exploitation context
A public ExploitDB entry and third-party advisory exist, so defenders should assume technical details are available. The source bundle does not include CISA KEV listing or other cited evidence of active exploitation in the wild.
Researcher notes
The CVE was published in 2026 for a 2015 disclosure. The provided evidence identifies only RealtyScript 4.0.2 and does not name a vendor patch. Treat exploit availability as public proof-of-concept availability, not confirmed active exploitation.
Mitigation direction
- Identify whether RealtyScript 4.0.2 is present in any environment.
- Check Next Click Ventures or product maintainer guidance for an official fix or upgrade path.
- Restrict administrative access to trusted networks and authenticated administrators.
- Review stored location records for unexpected script-like content.
- Apply compensating controls for input validation and output encoding where maintainable.
Validation and detection
- Inventory web applications and confirm RealtyScript version numbers.
- Verify whether admin locations functionality is accessible externally.
- Review application logs for suspicious location-management POST activity.
- Inspect stored location names for unexpected markup or script content.
- Confirm remediation by testing that saved location names render as harmless text.
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 lookupExecution behavior lookup
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
Open ATT&CK lookupCVE-2015-20118 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
- High
- CVSS
- 7.2 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:N/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:N/UI:N/S:C/C:L/I:L/A:N3.92.7Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
7.2HighVector: CVSS:3.1/AV:N/AC:L/PR:N/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 location_name ParameterCVE 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.
