Lucene search
+L

23393 matches found

Positive Technologies
Positive Technologies
added yesterday8 views

PT-2026-72861

In the Linux kernel, the following vulnerability has been resolved: afs: handle CB.InitCallBackState3 requests without a server record The cache manager callback path now attaches the server record to an incoming call through the rxrpc peer's app data. That association is not guaranteed to exist...

5.4AI score0.00156EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added yesterday11 views

PT-2026-72848

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: fix wrong pci get drvdata type in AER handlers rtw88 stores an ieee80211 hw pointer via pci set drvdata at probe time, but io error detected and io resume retrieve it as a net device pointer. This causes netif device...

5.3AI score0.00166EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added yesterday8 views

PT-2026-72150

The Cookie Banner for GDPR / CCPA – WPLP Cookie Consent plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'regionArray' parameter in all versions up to, and including, 4.3.5 due to insufficient input sanitization and output escaping. This makes it possible for...

7.2CVSS5.5AI score0.00247EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added yesterday8 views

PT-2026-72849

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: fix wrong pci get drvdata type in AER handlers rtw89 stores an ieee80211 hw pointer via pci set drvdata at probe time, but io error detected and io resume retrieve it as a net device pointer. This causes netif device...

5.4AI score0.00166EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added yesterday5 views

PT-2026-72745

In the Linux kernel, the following vulnerability has been resolved: vdpa/octeon ep: fix IRQ-to-ring mapping in interrupt handler Look up the IRQ index in oct hw-irqs instead of assuming irq - irqs0. This supports non-contiguous IRQ numbers and avoids incorrect ring indexing when irqs0 is not the...

5.2AI score0.00166EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added yesterday6 views

PT-2026-72329

In the Linux kernel, the following vulnerability has been resolved: i2c: imx: fix locked bus on SMBus block-read of 0 IRQ SMBus 3.1 6.5.7 allows a Block Read byte count of 0, but the interrupt-driven block-read state machine rejects it as -EPROTO. Worse, it returns without a NACK+STOP: the next...

5.3AI score0.00206EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added yesterday9 views

PT-2026-72670

In the Linux kernel, the following vulnerability has been resolved: gpib: fix double decrement of descriptor busy in command ioctl commit d1857f8296dc "gpib: fix use-after-free in IO ioctl handlers" introduced a descriptor busy reference counter to pin struct gpib descriptor across IO ioctl...

5.5AI score0.00186EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added yesterday9 views

PT-2026-72334

In the Linux kernel, the following vulnerability has been resolved: dmaengine: sh: rz-dmac: Move interrupt request after everything is set up Once the interrupt is requested, the interrupt handler may run immediately. Since the IRQ handler can access channel-ch base, which is initialized only aft...

5.4AI score0.00209EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added yesterday3 views

PT-2026-72306

In the Linux kernel, the following vulnerability has been resolved: can: bcm: fix data race on rx stamp/rx ifindex in bcm rx handler For an rx op subscribed on all interfaces ifindex == 0, the same op is registered once in the shared per-netns wildcard filter list, so bcm rx handler can run...

5.4AI score0.00209EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added yesterday7 views

PT-2026-72572

In the Linux kernel, the following vulnerability has been resolved: irqchip/ts4800: Fix missing chained handler cleanup on remove The driver installs a chained handler for the parent interrupt during probe using irq set chained handler and data, but the remove function does not clear this handler...

5.4AI score0.00215EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added yesterday7 views

PT-2026-72642

In the Linux kernel, the following vulnerability has been resolved: i3c: mipi-i3c-hci: Fix race in i3c hci addr to dev i3c hci addr to dev walks bus-devs.i3c, which is protected by bus.lock rwsem. However, it is invoked from the MIPI I3C HCI IRQ handler, which cannot take bus.lock. This allows...

5.5AI score0.00162EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added yesterday7 views

PT-2026-72265

In the Linux kernel, the following vulnerability has been resolved: Input: ims-pcu - fix out-of-bounds read in ims pcu irq debug logging The debug logging in ims pcu irq unconditionally prints data from pcu-urb in buf. However, if the interrupt fired for pcu-urb ctrl, the actual data resides in...

5.7AI score0.0022EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added yesterday4 views

PT-2026-72612

In the Linux kernel, the following vulnerability has been resolved: rtc: msc313: fix NULL deref in shared IRQ handler at probe msc313 rtc probe calls devm request irq with IRQF SHARED and &pdev-dev as the cookie, but platform set drvdata is only called later after the clock setup. With a shared I...

5.3AI score0.0018EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added yesterday6 views

PT-2026-72322

In the Linux kernel, the following vulnerability has been resolved: spi: uniphier: Fix completion initialization order before devm request irq The driver calls devm request irq before initializing the completion used by the interrupt handler. Because the interrupt may occur immediately after devm...

5.5AI score0.0022EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added yesterday10 views

PT-2026-72781

In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: Fix endpoint/socket association handling Disassociating a socket from an endpoint via siw socket disassoc may release the last reference on that endpoint and free it. Therefore, don't clear the endpoints socket pointer...

5.3AI score0.00168EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added yesterday4 views

PT-2026-72234

In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: cn10k: restrict VF LMTLINE sharing to its own PF rvu mbox handler lmtst tbl setup uses req-base pcifunc as a direct index into the LMT map table to read another function's LMTLINE physical base address and copy it...

5.3AI score0.002EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2 days ago26 views

CVE-2026-49989 CrateDB's Blob HTTP handler bypasses authorization

CrateDB is a distributed SQL database. Prior to versions 6.2.8 and 6.3.2, any authenticated user can read or delete any blob whose SHA-1 digest they know, and can plant new blobs unconditionally, in any blob table, regardless of GRANTs. CrateDB has two ways to access blob storage: SQL SELECT...

7.1CVSS0.00269EPSS
SaveExploits0References1
Chainguard
Chainguard
added 2 days ago4 views

GO-2026-4384 vulnerabilities

Vulnerabilities for packages: harvester, virt-launcher, virt-controller-fips, harvester-fips, virt-handler, virt-operator-fips...

5.3AI score
SaveExploits0
Chainguard
Chainguard
added 2 days ago3 views

GO-2025-4104 vulnerabilities

Vulnerabilities for packages: docker-machine-driver-harvester, virt-launcher, virt-controller-fips, virt-operator-fips, virt-handler...

5.3AI score
SaveExploits0
Chainguard
Chainguard
added 2 days ago5 views

GO-2025-4105 vulnerabilities

Vulnerabilities for packages: docker-machine-driver-harvester, virt-launcher, virt-controller-fips, virt-operator-fips, virt-handler...

5.3AI score
SaveExploits0
Rows per page
Query Builder