cbcvebase.
CVE-2008-5963
published 2009-01-23

CVE-2008-5963: Eval injection vulnerability in library/setup/rpc.php in Gravity Getting Things Done (GTD) 0.4.5 and earlier allows remote attackers to execute arbitrary PHP…

PriorityP258critical10CVSS 2.0
AVNACLAuNCCICAC
EXPLOIT
EPSS
3.40%
87.3th percentile
Eval injection vulnerability in library/setup/rpc.php in Gravity Getting Things Done (GTD) 0.4.5 and earlier allows remote attackers to execute arbitrary PHP code via the objectname parameter.

Affected

4 ranges
VendorProductVersion rangeFixed in
gravity-gtdgravity-gtd<= 0.4.5
gravity-gtdgravity-gtd
gravity-gtdgravity-gtd
gravity-gtdgravity-gtd

Detection & IOCsextracted from sources · hover to see the quote

urlhttp://site.com/gravity/library/setup/rpc.php?objectname=/../../../../../../../../etc/passwd%00
urlhttp://site.com/gravity/library/setup/rpc.php?objectname=Xmenu();phpinfo();die
pathlibrary/setup/rpc.php
  • Monitor HTTP requests to `library/setup/rpc.php` containing the `objectname` parameter with path traversal sequences (e.g., `../`) or PHP code injection patterns (e.g., `();`).
  • Detect RCE attempts via the `objectname` parameter containing PHP function call syntax such as semicolons and parentheses (e.g., `Xmenu();phpinfo();die`).
  • Look for null-byte (`%00`) injection in the `objectname` parameter, used to truncate the appended `.php` extension during LFI exploitation.
  • ·The exploit PoC uses `site.com` as a placeholder; the actual vulnerable path `library/setup/rpc.php` is relative to the Gravity GTD installation root and may vary by deployment.
  • ·Affects Gravity GTD version 0.4.5 and earlier; versions beyond 0.4.5 are not confirmed vulnerable.
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.