Analyst readout for executives and security teams
Plain-English summary
CVE-2008-4796 is a legacy remote command execution issue in the Snoopy PHP library. If an exposed application lets an attacker supply HTTPS URLs processed by vulnerable Snoopy versions, the server could run unintended commands. The source bundle gives no CVSS score.
Executive priority
Treat this as a high-priority legacy exposure check, especially for internet-facing PHP systems. The business urgency is highest where old applications perform server-side URL fetching from user input. Lack of CVSS should not reduce attention because the described impact is command execution.
Technical view
The issue is in Snoopy/Snoopy.class.php _httpsrequest in Snoopy 1.2.3 and earlier. Shell metacharacters in HTTPS URLs can reach command execution behavior. The CVE lists several products using Snoopy and says other products may also be affected.
Likely exposure
Exposure is most likely in old PHP applications or distribution packages embedding Snoopy 1.2.3 or earlier, including the products named in the CVE record. Risk depends on whether untrusted users can influence URLs passed to Snoopy HTTPS request handling.
Exploitation context
The provided bundle does not show CISA KEV listing or active exploitation evidence. Public advisories and mailing-list records indicate the vulnerability was publicly discussed in 2008, so defenders should assume technical details may be widely known.
Researcher notes
The bundle’s affected list is broad but imprecise: the CVE names several products and says possibly others. Validate by finding actual Snoopy code paths and whether attacker-controlled HTTPS URLs reach _httpsrequest. Do not assume every named product instance is exploitable without that path.
Mitigation direction
- Inventory applications and packages that include Snoopy or libphp-snoopy.
- Prioritize systems accepting user-controlled URLs for server-side fetching.
- Apply vendor or distribution updates referenced by Debian, Gentoo, JVN, or project maintainers.
- If updates are unavailable, remove vulnerable Snoopy usage or restrict untrusted URL input.
- Review legacy bundled libraries inside PHP applications, not only package manager dependencies.
Validation and detection
- Search code and dependencies for Snoopy.class.php and Snoopy version references.
- Identify call paths where users can influence HTTPS URLs fetched by Snoopy.
- Confirm installed OS packages against Debian or Gentoo advisory-fixed versions where applicable.
- Review web logs for suspicious URL input patterns without replaying payloads.
- Document affected applications, reachable routes, owner, and remediation status.
Public sources used
Based on public source material and reviewed before publication.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CVE-2008-4796 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Unknown
- CVSS
- Not scored
- Known Exploited
- No
- Published
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS and timeline data
No CVSS vectors or timeline events were available in the normalized CVE source material.
Source materials
- CVE List V5 sourceCVE List V5
- snoopy-snoopyclass-command-execution(46068)CVE reference · vdb-entry, x_refsource_XF
- [oss-security] 20081101 CVE-2008-4796: snoopy triageCVE reference · mailing-list, x_refsource_MLIST
- ADV-2008-2901CVE reference · vdb-entry, x_refsource_VUPEN
- 20080907 xoops-1.3.10 shell command execute vulnerability ( causing snoopy class )CVE reference · mailing-list, x_refsource_BUGTRAQ
- 31887CVE reference · vdb-entry, x_refsource_BID
- DSA-1871CVE reference · vendor-advisory, x_refsource_DEBIAN
- JVN#20502807CVE reference · third-party-advisory, x_refsource_JVN
- http://sourceforge.net/forum/forum.php?forum_id=879959CVE reference · x_refsource_CONFIRM
- https://www.nagios.org/projects/nagios-core/history/4x/CVE reference · x_refsource_CONFIRM
- GLSA-201702-26CVE reference · vendor-advisory, x_refsource_GENTOO
- DSA-1691CVE reference · vendor-advisory, x_refsource_DEBIAN
- JVNDB-2008-000074CVE reference · third-party-advisory, x_refsource_JVNDB
- 32361CVE reference · third-party-advisory, x_refsource_SECUNIA
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
