Lucene search
+L

2634 matches found

OSV
OSV
added 2025/10/07 4:15 p.m.6 views

DEBIAN-CVE-2023-53663

In the Linux kernel, the following vulnerability has been resolved: KVM: nSVM: Check instead of asserting on nested TSC scaling support Check for nested TSC scaling support on nested SVM VMRUN instead of asserting that TSC scaling is exposed to L1 if L1's MSRAMD64TSCRATIO has diverged from KVM's...

5.5CVSS5.5AI score0.00134EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/07 4:15 p.m.1 views

DEBIAN-CVE-2023-53662

In the Linux kernel, the following vulnerability has been resolved: ext4: fix memory leaks in ext4fnamesetupfilename,preparelookup If the filename casefolding fails, we'll be leaking memory from the fscryptname struct, namely from the 'cryptobuf.name' member. Make sure we free it in the error pat...

5.5CVSS5.3AI score0.00147EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/07 4:15 p.m.1 views

DEBIAN-CVE-2022-50544

In the Linux kernel, the following vulnerability has been resolved: usb: host: xhci: Fix potential memory leak in xhciallocstreaminfo xhciallocstreaminfo allocates stream context array for streaminfo -streamctxarray with xhciallocstreamctx. When some error occurs, streaminfo-streamctxarray is not...

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

DEBIAN-CVE-2022-50517

In the Linux kernel, the following vulnerability has been resolved: mm/hugememory: do not clobber swpentryt during THP split The following has been observed when running stressng mmap since commit b653db77350c "mm: Clear page-private when splitting or migrating a page" watchdog: BUG: soft lockup ...

5.5CVSS5.4AI score0.00129EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/07 3:45 p.m.7 views

SUSE-SU-2025:20820-1 Security update for kernel-livepatch-MICRO-6-0-RT_Update_10

This update for kernel-livepatch-MICRO-6-0-RTUpdate10 fixes the following issues: - CVE-2025-38477: net/sched: schqfq: Fix race condition on qfqaggregate bsc1247315...

7.8CVSS6.5AI score0.00126EPSS
SaveExploits0References3
Circl
Circl
added 2025/10/07 10:0 a.m.24 views

CVE-2025-59299

creationtimestamp| type| source ---|---|--- 2025-10-07 10:00:00+00:00| seen| https://www.cisa.gov/news-events/ics-advisories/icsa-25-280-01 2025-10-27 04:00:00+00:00| seen| http://www.zerodayinitiative.com/advisories/ZDI-25-970/...

7.8CVSS5.7AI score0.0015EPSS
SaveExploits0References2
Circl
Circl
added 2025/10/07 8:42 a.m.8 views

CVE-2022-41255

creationtimestamp| type| source ---|---|--- 2025-10-07 08:42:42+00:00| seen| https://bsky.app/profile/2rZiKKbOU3nTafniR2qMMSE0gwZ.activitypub.awakari.com.ap.brid.gy/post/3m2lqa6atw6u2...

6.5CVSS6.2AI score0.00702EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/07 6:6 a.m.9 views

BELL-CVE-2025-39941

Bulletin has no description...

4.7CVSS5.7AI score0.00092EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/07 6:6 a.m.3 views

BELL-CVE-2023-53613

Bulletin has no description...

7.8CVSS7AI score0.00139EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/07 6:6 a.m.11 views

BELL-CVE-2023-53535

Bulletin has no description...

5.5CVSS7AI score0.00145EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/07 6:6 a.m.8 views

BELL-CVE-2023-53539

Bulletin has no description...

5.5CVSS6.9AI score0.00146EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/04 4:15 p.m.4 views

DEBIAN-CVE-2023-53595

In the Linux kernel, the following vulnerability has been resolved: octeontx2-pf: mcs: Fix NULL pointer dereferences When system is rebooted after creating macsec interface below NULL pointer dereference crashes occurred. This patch fixes those crashes by using correct order of teardown 3324.4069...

5.5CVSS5.4AI score0.00135EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/04 4:15 p.m.5 views

DEBIAN-CVE-2023-53551

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: userial: Add null pointer check in gserialresume Consider a case where gserialdisconnect has already cleared gser-ioport. And if a wakeup interrupt triggers afterwards, gserialresume gets called, which will lead to...

5.5CVSS5.3AI score0.00145EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2025/10/04 4:15 p.m.6 views

CVE-2023-53608

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix potential UAF of struct nilfsscinfo in nilfssegctorthread The finalization of nilfssegctorthread can race with nilfssegctorkillthread which terminates that thread, potentially causing a use-after-free BUG as KASAN...

7.8CVSS6.1AI score0.00139EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2025/10/04 4:15 p.m.3 views

CVE-2023-53533

In the Linux kernel, the following vulnerability has been resolved: Input: raspberrypi-ts - fix refcount leak in rpitsprobe rpifirmwareget take reference, we need to release it in error paths as well. Use devmrpifirmwareget helper to handling the resources. Also remove the existing rpifirmwareput...

5.5CVSS5.8AI score0.00146EPSS
SaveExploits0References10
OSV
OSV
added 2025/10/04 8:15 a.m.3 views

DEBIAN-CVE-2025-39933

In the Linux kernel, the following vulnerability has been resolved: smb: client: let recvdone verify dataoffset, datalength and remainingdatalength This is inspired by the related server fixes...

5.5CVSS5.2AI score0.00195EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/04 8:15 a.m.1 views

DEBIAN-CVE-2025-39934

In the Linux kernel, the following vulnerability has been resolved: drm: bridge: anx7625: Fix NULL pointer dereference with early IRQ If the interrupt occurs before resource initialization is complete, the interrupt handler/worker may access uninitialized data such as the I2C tcpcclient device,...

5.5CVSS5.6AI score0.00137EPSS
SaveExploits0References1
EUVD
EUVD
added 2025/10/03 8:7 p.m.8 views

EUVD-2022-37173

Malicious code in bioql PyPI...

7.5CVSS7.5AI score0.00508EPSS
SaveExploits0References1
EUVD
EUVD
added 2025/10/03 8:7 p.m.6 views

EUVD-2022-55394

Malicious code in bioql PyPI...

6.5AI score
SaveExploits0
OSV
OSV
added 2025/10/02 6:5 a.m.5 views

BELL-CVE-2023-53510

Bulletin has no description...

7.8CVSS7AI score0.00144EPSS
SaveExploits0References1
Rows per page
Query Builder