cbcvebase.
CVE-2019-12276
published 2019-06-05

CVE-2019-12276: A Path Traversal vulnerability in Controllers/LetsEncryptController.cs in LetsEncryptController in GrandNode 4.40 allows remote, unauthenticated attackers to…

PriorityP183high7.5CVSS 3.0
AVNACLPRNUINSUCHINAN
ITWEXPLOITVulnCheck KEV
Exploited in the wild
EPSS
53.71%
98.9th percentile
A Path Traversal vulnerability in Controllers/LetsEncryptController.cs in LetsEncryptController in GrandNode 4.40 allows remote, unauthenticated attackers to retrieve arbitrary files on the web server via specially crafted LetsEncrypt/Index?fileName= HTTP requests. A patch for this issue was made on 2019-05-30 in GrandNode 4.40.

Affected

1 ranges
VendorProductVersion rangeFixed in
grandnodegrandnode

Detection & IOCsextracted from sources · hover to see the quote

url/LetsEncrypt/Index?fileName=/etc/passwd
path/LetsEncrypt/Index
path../../../App_Data/Settings.txt
path../../../web.config
  • Detect unauthenticated GET requests to /LetsEncrypt/Index with a fileName parameter containing path traversal sequences or absolute paths (e.g., /etc/passwd, /etc/shadow, ../../../web.config, ../../../App_Data/Settings.txt).
  • A 200 HTTP response to /LetsEncrypt/Index?fileName= with a non-zero Content-Length indicates successful file retrieval; a 500 response or body containing 'UnauthorizedAccessException' indicates an access-denied condition.
  • No authentication is required to exploit this endpoint; alert on any external/untrusted source accessing /LetsEncrypt/Index with a fileName query parameter.
  • ·The vulnerability affects both Windows and Unix operating systems, so path traversal payloads may use either forward slashes or backslashes depending on the target OS.
  • ·The vulnerable code resides specifically in Controllers/LetsEncryptController.cs; patched versions were released on 2019-05-30 for GrandNode 4.40.

CVSS provenance

nvdv3.07.5HIGHCVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
nvdv2.05.0MEDIUMAV:N/AC:L/Au:N/C:P/I:N/A:N
vulncheck7.5HIGH
CVEs like this are exactly what “Exploited This Week” covers.

Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.