cbcvebase.
CVE-2000-0248
published 2000-04-24

CVE-2000-0248: The web GUI for the Linux Virtual Server (LVS) software in the Red Hat Linux Piranha package has a backdoor password that allows remote attackers to execute…

PriorityP271critical10CVSS 2.0
AVNACLAuNCCICAC
ITWEXPLOITVulnCheck KEV
Exploited in the wild
EPSS
73.66%
99.4th percentile
The web GUI for the Linux Virtual Server (LVS) software in the Red Hat Linux Piranha package has a backdoor password that allows remote attackers to execute arbitrary commands.

Affected

1 ranges
VendorProductVersion rangeFixed in
redhatlinux

Detection & IOCsextracted from sources · hover to see the quote

path/piranha/secure/passwd.php3
urlhttp://victim.example.com/piranha/secure/passwd.php3?try1=g23+%3B+touch+%2Ftmp%2Fr00ted+%3B&try2=g23+%3B+touch+%2Ftmp%2Fr00ted+%3B&passwd=ACCEPT
command/piranha/secure/passwd.php3?try1=q+;<CMD>&try2=q+;<CMD>&passwd=ACCEPT
  • Detect HTTP GET requests targeting /piranha/secure/passwd.php3 with query parameters 'try1', 'try2', and 'passwd=ACCEPT', which is the exploitation pattern for metacharacter injection.
  • Alert on HTTP Basic Authentication attempts using the credential pair piranha:q against the /piranha/ web path, as this is the known default backdoor credential exploited in the wild.
  • Look for semicolon metacharacter injection (URL-encoded as %3B) within the try1 and try2 query parameters of requests to passwd.php3, indicating command injection attempts.
  • Monitor for server responses containing the string 'The passwords you supplied match' from /piranha/secure/passwd.php3, which the Metasploit module uses to confirm successful command execution.
  • ·The exploit requires HTTP Basic Authentication; the default credentials (piranha:q) must be accepted by the target. A 401 response indicates the default credentials have been changed and the exploit will not proceed.
  • ·PHP's magic_quotes_gpc is on by default on affected RedHat 6.2 systems, causing escaping of single/double quotes in injected commands. The Metasploit module uses a PrintfPHPMagicQuotes encoder and excludes quote characters (0x22, 0x27) from payloads to work around this.
  • ·Commands execute as the Apache user account (nobody), not as root, limiting post-exploitation privilege without a local privilege escalation.

CVSS provenance

nvdv2.010.0CRITICALAV:N/AC:L/Au:N/C:C/I:C/A:C
vulncheck10.0CRITICAL
vendor_redhat10.0CRITICAL
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.