CVE-2006-2966
published 2006-06-12CVE-2006-2966: Cross-site scripting (XSS) vulnerability in Particle Soft Particle Wiki 1.0.2 allows remote attackers to inject arbitrary web script or HTML via a BR element…
PriorityP415medium4.3CVSS 2.0
AVNACMAuNCNIPAN
EPSS
1.40%
69.0th percentile
Cross-site scripting (XSS) vulnerability in Particle Soft Particle Wiki 1.0.2 allows remote attackers to inject arbitrary web script or HTML via a BR element with an extraneous IMG tag and a STYLE attribute that contains "/**/" comment sequences, which bypasses the XSS protection scheme.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| particle_soft | particle_wiki | — | — |
Stop checking back — get the weekly exploitation signal.
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.
No public exploits indexed.
Bugzilla
CVE-2006-2935 Possible buffer overflow in DVD handling
bugzilla·2006-07-05·CVSS 4.6
CVE-2006-2935 [MEDIUM] CVE-2006-2935 Possible buffer overflow in DVD handling
CVE-2006-2935 Possible buffer overflow in DVD handling
Reported by Marcus Meissner to the Kernel Bugzilla:
http://bugzilla.kernel.org/show_bug.cgi?id=2966
The dvd_read_bca() function in drivers/cdrom/cdrom.c shows a potential buffer
overflow.
The variable buf[4+188] is allocated on the stack, however cgc.cmd[9] and
cgc.buflen are set to 255:
cgc.cmd[9] = cgc.buflen = 0xff;
This can be exploited by a custom made USB Storage device and used for local
privilege escalation (aka plug-in this USB device to get root).
This function has been introduced in 2.2.16 (back in 2000) and as of today it
hasn't changed. Jens Axboe confirmed that this is a typo and it should read:
cgc.cmd[9] = cgc.buflen & 0xff;
It is to mask high bits of the length. It doesn't use the high 8 bits for
transfer leng
Bugzilla
CVE-2006-2935 Possible buffer overflow in DVD handling
bugzilla·2006-07-05·CVSS 4.6
CVE-2006-2935 [MEDIUM] CVE-2006-2935 Possible buffer overflow in DVD handling
CVE-2006-2935 Possible buffer overflow in DVD handling
Reported by Marcus Meissner to the Kernel Bugzilla:
http://bugzilla.kernel.org/show_bug.cgi?id=2966
The dvd_read_bca() function in drivers/cdrom/cdrom.c shows a potential buffer
overflow.
The variable buf[4+188] is allocated on the stack, however cgc.cmd[9] and
cgc.buflen are set to 255:
cgc.cmd[9] = cgc.buflen = 0xff;
This can be exploited by a custom made USB Storage device and used for local
privilege escalation (aka plug-in this USB device to get root).
This function has been introduced in 2.2.16 (back in 2000) and as of today it
hasn't changed. Jens Axboe confirmed that this is a typo and it should read:
cgc.cmd[9] = cgc.buflen & 0xff;
It is to mask high bits of the length. It doesn't use the high 8 bits for
transfer leng
Bugzilla
CVE-2006-2935 Possible buffer overflow in DVD handling
bugzilla·2006-07-05·CVSS 4.6
CVE-2006-2935 [MEDIUM] CVE-2006-2935 Possible buffer overflow in DVD handling
CVE-2006-2935 Possible buffer overflow in DVD handling
Reported by Marcus Meissner to the Kernel Bugzilla:
http://bugzilla.kernel.org/show_bug.cgi?id=2966
The dvd_read_bca() function in drivers/cdrom/cdrom.c shows a potential buffer
overflow.
The variable buf[4+188] is allocated on the stack, however cgc.cmd[9] and
cgc.buflen are set to 255:
cgc.cmd[9] = cgc.buflen = 0xff;
This can be exploited by a custom made USB Storage device and used for local
privilege escalation (aka plug-in this USB device to get root).
This function has been introduced in 2.2.16 (back in 2000) and as of today it
hasn't changed. Jens Axboe confirmed that this is a typo and it should read:
cgc.cmd[9] = cgc.buflen & 0xff;
It is to mask high bits of the length. It doesn't use the high 8 bits for
transfer leng
Bugzilla
CVE-2006-2935 Possible buffer overflow in DVD handling
bugzilla·2006-07-05·CVSS 4.6
CVE-2006-2935 [MEDIUM] CVE-2006-2935 Possible buffer overflow in DVD handling
CVE-2006-2935 Possible buffer overflow in DVD handling
Reported by Marcus Meissner to the Kernel Bugzilla:
http://bugzilla.kernel.org/show_bug.cgi?id=2966
The dvd_read_bca() function in drivers/cdrom/cdrom.c shows a potential buffer
overflow.
The variable buf[4+188] is allocated on the stack, however cgc.cmd[9] and
cgc.buflen are set to 255:
cgc.cmd[9] = cgc.buflen = 0xff;
This can be exploited by a custom made USB Storage device and used for local
privilege escalation (aka plug-in this USB device to get root).
This function has been introduced in 2.2.16 (back in 2000) and as of today it
hasn't changed. Jens Axboe confirmed that this is a typo and it should read:
cgc.cmd[9] = cgc.buflen & 0xff;
It is to mask high bits of the length. It doesn't use the high 8 bits for
transfer leng
http://securityreason.com/securityalert/1070http://www.securityfocus.com/archive/1/436121/100/0/threadedhttp://www.vupen.com/english/advisories/2006/2170https://exchange.xforce.ibmcloud.com/vulnerabilities/26952http://securityreason.com/securityalert/1070http://www.securityfocus.com/archive/1/436121/100/0/threadedhttp://www.vupen.com/english/advisories/2006/2170https://exchange.xforce.ibmcloud.com/vulnerabilities/26952
2006-06-12
Published