Lucene search
+L

2212 matches found

OSV
OSV
added 2025/10/01 12:15 p.m.10 views

UBUNTU-CVE-2023-53531

In the Linux kernel, the following vulnerability has been resolved: nullblk: fix poll request timeout handling When doing iouring benchmark on /dev/nullb0, it's easy to crash the kernel if poll requests timeout triggered, as reported by David. 1 BUG: kernel NULL pointer dereference, address:...

7.8CVSS5.7AI score0.00141EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/10/01 11:46 a.m.17 views

CVE-2023-53531 null_blk: fix poll request timeout handling

In the Linux kernel, the following vulnerability has been resolved: nullblk: fix poll request timeout handling When doing iouring benchmark on /dev/nullb0, it's easy to crash the kernel if poll requests timeout triggered, as reported by David. 1 BUG: kernel NULL pointer dereference, address:...

7.8CVSS0.00141EPSS
SaveExploits0References3
OSV
OSV
added 2025/10/01 11:46 a.m.8 views

CVE-2023-53531 null_blk: fix poll request timeout handling

In the Linux kernel, the following vulnerability has been resolved: nullblk: fix poll request timeout handling When doing iouring benchmark on /dev/nullb0, it's easy to crash the kernel if poll requests timeout triggered, as reported by David. 1 BUG: kernel NULL pointer dereference, address:...

7.8CVSS6.4AI score
SaveExploits0References6
CVE
CVE
added 2025/10/01 11:46 a.m.55 views

CVE-2023-53531

CVE-2023-53531 affects the Linux kernel’s null_blk poll timeout handling. The provided details describe a race between null_timeout_rq() and null_poll() that can cause a NULL pointer dereference (address 0x8) and kernel panic during io_uring benchmarks on /dev/nullb0. The root cause is a race in ...

7.8CVSS6AI score0.00141EPSS
SaveExploits0References3Affected Software1
RedhatCVE
RedhatCVE
added 2025/09/24 6:30 p.m.7 views

CVE-2025-57954

Improper Neutralization of Input During Web Page Generation 'Cross-site Scripting' vulnerability in Ays Pro Poll Maker poll-maker allows DOM-Based XSS.This issue affects Poll Maker: from n/a through = 6.0.2...

6.5CVSS5.9AI score0.00285EPSS
SaveExploits0References1
NVD
NVD
added 2025/09/22 7:15 p.m.9 views

CVE-2025-57954

Improper Neutralization of Input During Web Page Generation 'Cross-site Scripting' vulnerability in Ays Pro Poll Maker poll-maker allows DOM-Based XSS.This issue affects Poll Maker: from n/a through = 6.0.2...

6.5CVSS0.00285EPSS
SaveExploits0References1
Patchstack
Patchstack
added 2025/09/22 7:8 p.m.9 views

WordPress Poll Maker Plugin <= 6.0.2 - Cross Site Scripting (XSS) Vulnerability

Cross Site Scripting XSS Vulnerability discovered by Abu Hurayra in WordPress Plugin Poll Maker versions = 6.0.2...

6.5CVSS6AI score0.00285EPSS
SaveExploits0Affected Software1
CVE
CVE
added 2025/09/22 6:24 p.m.36 views

CVE-2025-57954

CVE-2025-57954 is a valid cross-site scripting vulnerability in Poll Maker (WordPress plugin) that is DOM-based/XSS. Connected docs confirm affected software and technical details: Poll Maker versions up to 6.0.2 are vulnerable to a Stored Cross-Site Scripting (Authenticated) via input handling d...

6.5CVSS5.9AI score0.00285EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2025/09/22 6:24 p.m.19 views

CVE-2025-57954 WordPress Poll Maker Plugin <= 6.0.2 - Cross Site Scripting (XSS) Vulnerability

Improper Neutralization of Input During Web Page Generation 'Cross-site Scripting' vulnerability in Ays Pro Poll Maker poll-maker allows DOM-Based XSS.This issue affects Poll Maker: from n/a through = 6.0.2...

6.5CVSS0.00285EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2025/09/22 6:24 p.m.5 views

CVE-2025-57954 WordPress Poll Maker Plugin <= 6.0.1 - Cross Site Scripting (XSS) Vulnerability

Improper Neutralization of Input During Web Page Generation 'Cross-site Scripting' vulnerability in Ays Pro Poll Maker allows DOM-Based XSS. This issue affects Poll Maker: from n/a through 6.0.1...

6.5CVSS6AI score0.00285EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2025/09/22 12:0 a.m.15 views

PT-2025-38804

Name of the Vulnerable Software and Affected Versions Ays Pro Poll Maker versions through 6.0.1 Description Ays Pro Poll Maker is susceptible to a DOM-Based Cross-site Scripting issue due to improper input neutralization during web page generation. This allows for the injection of malicious scrip...

6.5CVSS6.8AI score0.00285EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/09/22 12:0 a.m.23 views

WordPress plugin Ays Pro Poll Maker 跨站脚本漏洞

WordPress and WordPress plugin are both products of the WordPress Foundation.WordPress is a blogging platform developed using the PHP language. The platform has the ability to host personal blog sites on PHP and MySQL based servers.WordPress plugin is an application plugin.... A cross-site...

6.5CVSS5.9AI score0.00285EPSS
SaveExploits0References1
NVD
NVD
added 2025/09/17 3:15 p.m.10 views

CVE-2023-53366

In the Linux kernel, the following vulnerability has been resolved: block: be a bit more careful in checking for NULL bdev while polling Wei reports a crash with an application using polled IO: PGD 14265e067 P4D 14265e067 PUD 47ec50067 PMD 0 Oops: 0000 1 SMP CPU: 0 PID: 21915 Comm: iocore0 Kdump:...

5.5CVSS0.00174EPSS
SaveExploits0References3
CVE
CVE
added 2025/09/17 2:56 p.m.34 views

CVE-2023-53366

CVE-2023-53366 (Linux kernel)修正了在轮询时未正确检查 bio-&gt;bi_bdev 是否为 NULL 的漏洞,根本原因是在两任务共用轮询队列时,任务 B 可能在任务 A 仍在轮询时将 IO 重新分配给 bio,导致崩溃(kernel oops)。影响点在块层的 bio_poll/io_do_iopoll/io_uring_enter 路径,已通过内核修复在对 NULL bdev 的检查中加强保护。CVSSv3.1 向量为 AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H,基线分数 5.5(中等),局部可利用且无需用户交互,影响的为可用...

5.5CVSS6.1AI score0.00174EPSS
SaveExploits0References3Affected Software1
Tenable Nessus
Tenable Nessus
added 2025/09/16 12:0 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2023-53240

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - xsk: check IFFUP earlier in Tx path Xsk Tx can be triggered via either sendmsg or poll syscalls. These two paths share a call to common function xskxmit which h...

5.5CVSS6.1AI score0.00154EPSS
SaveExploits0References3
OSV
OSV
added 2025/09/15 3:15 p.m.1 views

DEBIAN-CVE-2023-53240

In the Linux kernel, the following vulnerability has been resolved: xsk: check IFFUP earlier in Tx path Xsk Tx can be triggered via either sendmsg or poll syscalls. These two paths share a call to common function xskxmit which has two sanity checks within. A pseudo code example to show the two...

5.5CVSS5.4AI score0.00154EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/15 3:15 p.m.10 views

AZL-71233 CVE-2023-53240 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: xsk: check IFFUP earlier in Tx path Xsk Tx can be triggered via either sendmsg or poll syscalls. These two paths share a call to common function xskxmit which has two sanity checks within. A pseudo code example to show the two...

5.5CVSS5.6AI score0.00154EPSS
SaveExploits0References1
NVD
NVD
added 2025/09/15 3:15 p.m.14 views

CVE-2023-53240

In the Linux kernel, the following vulnerability has been resolved: xsk: check IFFUP earlier in Tx path Xsk Tx can be triggered via either sendmsg or poll syscalls. These two paths share a call to common function xskxmit which has two sanity checks within. A pseudo code example to show the two...

5.5CVSS0.00154EPSS
SaveExploits0References3
OSV
OSV
added 2025/09/15 3:15 p.m.8 views

UBUNTU-CVE-2023-53240

In the Linux kernel, the following vulnerability has been resolved: xsk: check IFFUP earlier in Tx path Xsk Tx can be triggered via either sendmsg or poll syscalls. These two paths share a call to common function xskxmit which has two sanity checks within. A pseudo code example to show the two...

5.5CVSS5.7AI score0.00154EPSS
SaveExploits0References6
OSV
OSV
added 2025/09/15 2:22 p.m.6 views

CVE-2023-53240 xsk: check IFF_UP earlier in Tx path

In the Linux kernel, the following vulnerability has been resolved: xsk: check IFFUP earlier in Tx path Xsk Tx can be triggered via either sendmsg or poll syscalls. These two paths share a call to common function xskxmit which has two sanity checks within. A pseudo code example to show the two...

5.5CVSS6.1AI score
SaveExploits0References6
Rows per page
Query Builder