Lucene search
+L

693373 matches found

NVD
NVD
added 2026/09/16 1:18 p.m.0 views

CVE-2026-92359

A security flaw has been discovered in ag-ui-protocol ag-ui 0.3.0. The affected element is the function createstrandsapp of the file integrations/aws-strands/python/src/aguistrands/utils.py of the component CORSMiddleware. The manipulation results in permissive cross-domain policy with untrusted...

3.1CVSS
SaveExploits0References9
EUVD
EUVD
added 2026/09/16 12:30 p.m.4 views

EUVD-2026-80643

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix division by zero in getestimatedbw getestimatedbw divides by link-dpiabwallocconfig.bwgranularity, which is zeroed by resetbwallocstruct and only populated once DPTUNNELINGBWALLOCCAPCHANGED has been handled...

5.8AI score
SaveExploits0References6
EUVD
EUVD
added 2026/09/16 12:30 p.m.3 views

EUVD-2026-80659

A vulnerability was identified in a2ui-project a2ui 0.8/0.9/1.0. Impacted is an unknown function of the file model-processor.ts of the component Model Processor. The manipulation of the argument currentsegment leads to information disclosure. The attack may be initiated remotely. The identifier o...

5.3CVSS5.1AI score
SaveExploits0References9
EUVD
EUVD
added 2026/09/16 12:30 p.m.3 views

EUVD-2026-80648

In the Linux kernel, the following vulnerability has been resolved: KVM: SEV: Forcefully invalidate SNP VMSA if its backing gmem page is zapped Wire up a gmeminvalidaterange call for SNP VMs, and use it to force vCPUs to reload/recheck their guest-provided VMSA if the backing gmem page is being...

5.8AI score
SaveExploits0References3
EUVD
EUVD
added 2026/09/16 12:30 p.m.3 views

EUVD-2026-80655

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Don't hand out the flat CCS storage as usable VRAM getflatccsoffset reads the base of the flat CCS storage from the hardware, scales it by the number of enabled L3 nodes, and rounds the result up to 128K. Everything below...

6AI score
SaveExploits0References4
EUVD
EUVD
added 2026/09/16 12:30 p.m.4 views

EUVD-2026-80654

In the Linux kernel, the following vulnerability has been resolved: mm/pagealloc: don't spintrylock in NMI on UP Patch series "mm/pagealloc: fixes for freepagesnolock on RT/UP". Pre-existing bugs found by Sashiko during review of this other series:...

5.8AI score
SaveExploits0References4
EUVD
EUVD
added 2026/09/16 12:30 p.m.4 views

EUVD-2026-80626

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix OOB read / stack overflow in rtwgetwpsattr rtwgetwpsattr walks WPS attributes inside a WPS IE taken from a wireless management frame. For each candidate attribute it only checks that the fixed 4-byte...

6AI score
SaveExploits0References8
EUVD
EUVD
added 2026/09/16 12:30 p.m.4 views

EUVD-2026-80624

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix OOB read in rtwrestructwmmie rtwrestructwmmie scans inie for a WMM IE with: while i inlen ... if i + 5 inlen && iniei == 0xDD && ... ... break; i += iniei + 1 + 2; / to the next IE element / When the "i + ...

6.1AI score
SaveExploits0References4
EUVD
EUVD
added 2026/09/16 12:30 p.m.4 views

EUVD-2026-80616

In the Linux kernel, the following vulnerability has been resolved: scsi: megaraidsas: Limit NVMe request size to the PRP chain frame megasasmakeprpnvme builds a command's PRP list in cmd-sgframe, a DMA pool buffer of instance-maxchainframesz bytes, spending one entry per NVMe page of the transfe...

6AI score
SaveExploits0References4
EUVD
EUVD
added 2026/09/16 12:30 p.m.3 views

EUVD-2026-80607

In the Linux kernel, the following vulnerability has been resolved: HID: wacom: validate report length in wacomintuospro2btirq wacomintuospro2btirq receives the wire report length in len but never consults it before parsing. After the report-id gate it unconditionally calls wacomintuospro2btpen a...

6AI score
SaveExploits0References9
EUVD
EUVD
added 2026/09/16 12:30 p.m.2 views

EUVD-2026-80603

In the Linux kernel, the following vulnerability has been resolved: dma-direct: return struct page from dmadirectallocfrompool Commit 5b138c534fda "dma-direct: factor out a dmadirectallocfrompool helper" changed dmadirectallocfrompool to return the CPU address from dmaallocfrompool. That fits...

5.7AI score
SaveExploits0References5
EUVD
EUVD
added 2026/09/16 12:30 p.m.3 views

EUVD-2026-80611

In the Linux kernel, the following vulnerability has been resolved: futex: Prevent rcuwait use-after-free during requeue PI On PREEMPTRT, FUTEXCMPREQUEUEPI can trigger a KASAN report slab-out-of-bounds in futexrequeuepicomplete invocation of rcuwaitwakeup. The futexq used by futexwaitrequeuepi is...

6.2AI score
SaveExploits0References7
EUVD
EUVD
added 2026/09/16 12:30 p.m.2 views

EUVD-2026-80574

In the Linux kernel, the following vulnerability has been resolved: nvme-fc: fix double free of fabrics options when nvmeaddctrl fails nvmfcreatectrl owns the fabrics options and frees them whenever -createctrl returns an error, so a transport must not free them on its own error paths. nvme-fc...

6.1AI score
SaveExploits0References5
EUVD
EUVD
added 2026/09/16 12:30 p.m.3 views

EUVD-2026-80571

In the Linux kernel, the following vulnerability has been resolved: nvme: skip the zoned limits update if the zone info query failed nvmequeryzoneinfo returns either a negative errno or a positive NVMe status code, but nvmeupdatensinfoblock only tests for the negative case: ret =...

5.8AI score
SaveExploits0References4
EUVD
EUVD
added 2026/09/16 12:30 p.m.2 views

EUVD-2026-80576

In the Linux kernel, the following vulnerability has been resolved: accel/ethosu: fix job completion fence cleanup ethosuioctlsubmitjob allocates donefence before validating buffer handles. Errors after allocation call ethosujoberrcleanup, which frees the job but leaks the uninitialized fence. A...

5.8AI score
SaveExploits0References3
EUVD
EUVD
added 2026/09/16 12:30 p.m.3 views

EUVD-2026-80577

In the Linux kernel, the following vulnerability has been resolved: accel/ethosu: check MMIO mapping errors in probe devmplatformioremapresource returns an error pointer when the register resource cannot be mapped. ethosuprobe stores it and continues until initialization dereferences it through...

5.7AI score
SaveExploits0References3
EUVD
EUVD
added 2026/09/16 12:30 p.m.3 views

EUVD-2026-80547

In the Linux kernel, the following vulnerability has been resolved: clk: meson: align gxbb32kclksel number of parents with actual count The following out-of-bounds read has been observed by Christian on a GXBB WeTek Hub: ================================================================== BUG: KASA...

6.2AI score
SaveExploits0References9
EUVD
EUVD
added 2026/09/16 12:30 p.m.2 views

EUVD-2026-80491

In the Linux kernel, the following vulnerability has been resolved: media: em28xx: fix use-after-free of devnext-devlist on disconnect When a device with hasdualts=1 is probed and the isaudioonly path is taken, both dev and dev-devnext are added to the global em28xxdevlist via em28xxinitextension...

6.5AI score
SaveExploits0References9
EUVD
EUVD
added 2026/09/16 12:30 p.m.3 views

EUVD-2026-80500

In the Linux kernel, the following vulnerability has been resolved: media: cec: core: Fix kmemleak due to missed rcfreedevice call The commit dccc0c3ddf8f "media: rc: fix race between unregister and urb/irq callbacks" removed the implicit call to rcfreedevice from rcunregisterdevice. However, the...

5.7AI score
SaveExploits0References6
EUVD
EUVD
added 2026/09/16 12:30 p.m.3 views

EUVD-2026-80462

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix BSG job leak on validate flash image error path qla28xxvalidateflashimage returns QLASUCCESS 0 unconditionally, telling the FC BSG transport fcbsghostdispatch that the driver owns and will complete the request...

5.6AI score
SaveExploits0References3
Rows per page
Query Builder