cbcvebase.
CVE-2009-2382
published 2009-07-08

CVE-2009-2382: admin.php in phpMyBlockchecker 1.0.0055 allows remote attackers to bypass authentication and gain administrative access by setting the PHPMYBCAdmin cookie to…

PriorityP261critical9.8CVSS 3.1
AVNACLPRNUINSUCHIHAH
EXPLOIT
EPSS
6.20%
92.6th percentile
admin.php in phpMyBlockchecker 1.0.0055 allows remote attackers to bypass authentication and gain administrative access by setting the PHPMYBCAdmin cookie to LOGGEDIN.

Affected

1 ranges
VendorProductVersion rangeFixed in
jay-jayx0rphpmyblockchecker

Detection & IOCsextracted from sources · hover to see the quote

cookiePHPMYBCAdmin=LOGGEDIN
pathadmin.php
commandjavascript:document.cookie = "PHPMYBCAdmin=LOGGEDIN; path=/";
  • Detect unauthenticated requests to admin.php that carry the cookie PHPMYBCAdmin=LOGGEDIN without a preceding successful POST login — this indicates authentication bypass exploitation.
  • Alert on HTTP requests to admin.php where the Cookie header contains 'PHPMYBCAdmin=LOGGEDIN' but no corresponding POST body with login credentials is present in the session.
  • ·The vulnerable cookie value is a static, hardcoded string ('LOGGEDIN'); any request presenting this exact cookie value to admin.php is granted full administrative access regardless of credentials.
  • ·The vulnerability affects only phpMyBlockchecker version 1.0.0055; confirm the exact version before applying detections to avoid false positives on patched versions.

CVSS provenance

nvdv3.19.8CRITICALCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
nvdv2.07.5HIGHAV:N/AC:L/Au:N/C:P/I:P/A:P
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.