Cyber Resilience

CVE-2020-36951

HighPublic PoC

Published: 27 January 2026

Published
27 January 2026
Modified
15 April 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.0030 21.2th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2020-36951 is a high-severity SQL Injection (CWE-89) vulnerability. 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 21.2th 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 RA-5 (Vulnerability Monitoring and Scanning) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2020-36951 is a time-based blind SQL injection vulnerability (CWE-89) in Phpscript-sgh version 0.1.0. The issue affects the admin interface, where the 'id' parameter enables attackers to manipulate database queries by injecting malicious payloads that trigger conditional time delays, such as sleep functions, to infer sensitive data.

The vulnerability has 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), indicating high severity with network accessibility, low attack complexity, no required privileges or user interaction, and primary impacts on confidentiality (high) and integrity (low). Remote unauthenticated attackers can exploit it to extract sensitive database information through repeated blind queries that measure response times.

Relevant advisories and resources include the project repository at https://github.com/geraked/phpscript-sgh, a proof-of-concept exploit at https://www.exploit-db.com/exploits/49192, and a detailed advisory from VulnCheck at https://www.vulncheck.com/advisories/phpscript-sgh-time-based-blind-sql-injection. No specific patches or mitigations are detailed in the available information.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

Phpscript-sgh 0.1.0 contains a time-based blind SQL injection vulnerability in the admin interface that allows attackers to manipulate database queries through the 'id' parameter. Attackers can exploit this vulnerability by crafting malicious payloads that trigger time delays, enabling them to…

more

extract sensitive database information through conditional sleep techniques.

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.
Why these techniques?

Direct unauthenticated remote exploitation of a public-facing web app via SQL injection for data extraction.

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

CVEs Like This One

CVE-2026-24956Shared CWE-89
CVE-2026-33615Shared CWE-89
CVE-2025-28939Shared CWE-89
CVE-2021-47872Shared CWE-89
CVE-2025-28873Shared CWE-89
CVE-2019-25636Shared CWE-89
CVE-2026-32611Shared CWE-89
CVE-2026-42755Shared CWE-89
CVE-2024-53544Shared CWE-89
CVE-2026-21410Shared CWE-89

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly prevents the time-based blind SQL injection by validating the 'id' parameter against expected formats, blocking malicious payloads that trigger conditional delays.

prevent

Requires timely identification, reporting, and correction of the specific SQL injection flaw in the admin interface.

preventdetect

Vulnerability scanning identifies the blind SQL injection in the 'id' parameter, enabling remediation before exploitation.

References