LiveActive security incident?Get immediate response
CVE Record

CVE-2015-20118: RealtyScript 4.0.2 Stored Cross-Site Scripting via location_name Parameter

Next Click Ventures RealtyScript 4.0.2 contains a stored cross-site scripting vulnerability in the location_name parameter of the admin locations interface. Attackers can submit POST requests to the locations.php endpoint with JavaScript payloads in the location_name field to execute arbitrary code in administrator browsers.

HighCVSS 7.2Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

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.
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
description · low confidence lookup

Execution 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 lookup
cve · low confidence lookup

CVE-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
Vulnerability profileCVE Program record
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

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
7.2CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N3.92.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.2High
CVSS 3.1 vector shape for CVE-2015-20118Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/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.