Cyber Resilience

CVE-2015-20120

HighPublic PoC

Published: 16 March 2026

Published
16 March 2026
Modified
19 March 2026
KEV Added
Patch
CVSS Score v4 8.8 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0042 33.3th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2015-20120 is a high-severity SQL Injection (CWE-89) vulnerability in Nextclickventures Realtyscript. Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 33.3th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2015-20120 affects Next Click Ventures RealtyScript 4.0.2 and consists of multiple time-based blind SQL injection vulnerabilities (CWE-89). These flaws exist in application parameters, where attackers can inject SQL code to extract database information. The vulnerability enables inference of data through crafted requests using time-delay payloads, with responses revealing contents character by character based on timing differences. It carries a CVSS v3.1 base score of 8.2 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N).

Unauthenticated attackers can exploit these vulnerabilities remotely over the network with low attack complexity, requiring no privileges or user interaction. Exploitation involves sending specially crafted HTTP requests to affected parameters, observing response delays to exfiltrate sensitive database information such as credentials, user data, or configuration details. This results in high confidentiality impact by disclosing database contents and low integrity impact through potential minor data manipulation, while availability remains unaffected.

Advisories detailing the vulnerabilities and proof-of-concept exploits are available at https://www.exploit-db.com/exploits/38497, https://www.vulncheck.com/advisories/realtyscript-multiple-time-based-blind-sql-injection, and https://www.zeroscience.mk/en/vulnerabilities/ZSL-2015-5270.php. These resources provide further technical details on affected endpoints and exploitation techniques, though no vendor patches are referenced in the CVE publication dated 2026-03-16.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

Next Click Ventures RealtyScript 4.0.2 contains multiple time-based blind SQL injection vulnerabilities that allow unauthenticated attackers to extract database information by injecting SQL code into application parameters. Attackers can craft requests with time-delay payloads to infer database contents character by…

more

character based on response timing differences.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
Why these techniques?

The vulnerability is a SQL injection in a public-facing web application (T1190), enabling unauthenticated remote attackers to extract sensitive database information including credentials and user data (T1213.006).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2015-20121Same product: Nextclickventures Realtyscript
CVE-2015-20117Same product: Nextclickventures Realtyscript
CVE-2015-20118Same product: Nextclickventures Realtyscript
CVE-2015-20115Same product: Nextclickventures Realtyscript
CVE-2018-25199Shared CWE-89
CVE-2026-27179Shared CWE-89
CVE-2025-0308Shared CWE-89
CVE-2019-25581Shared CWE-89
CVE-2026-27885Shared CWE-89
CVE-2019-25479Shared CWE-89

Affected Assets

nextclickventures
realtyscript
4.0.2

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Validates all application parameters to prevent time-based blind SQL injection payloads from being executed against the database.

prevent

Remediates the specific SQL injection flaws in RealtyScript 4.0.2 through timely patching or code corrections to eliminate vulnerable parameters.

prevent

Deploys web application firewalls at system boundaries to inspect and block crafted HTTP requests containing SQL injection payloads.

References