Lucene search
+L

456 matches found

Cvelist
Cvelist
added 2025/12/08 1:16 a.m.34 views

CVE-2022-50620 f2fs: fix to invalidate dcc->f2fs_issue_discard in error path

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to invalidate dcc-f2fsissuediscard in error path Syzbot reports a NULL pointer dereference issue as below: refcountadd include/linux/refcount.h:193 inline refcountinc include/linux/refcount.h:250 inline refcountinc...

0.00195EPSS
SaveExploits0References4
CVE
CVE
added 2025/12/08 1:16 a.m.27 views

CVE-2022-50620

CVE-2022-50620: Linux kernel/f2fs issue fixed. Root cause: in the error path of f2fs_start_discard_thread(), dcc->f2fs_issue_discard was not invalidated, allowing kthread_stop() to dereference an invalid pointer in the shutdown path (e.g., f2fs_stop_discard_thread, kill_f2fs_super, and related...

6.1AI score0.00195EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2025/12/08 1:16 a.m.16 views

CVE-2022-50620

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to invalidate dcc-f2fsissuediscard in error path Syzbot reports a NULL pointer dereference issue as below: refcountadd include/linux/refcount.h:193 inline refcountinc include/linux/refcount.h:250 inline refcountinc...

5.2AI score0.00195EPSS
SaveExploits0
OSV
OSV
added 2025/12/08 1:16 a.m.10 views

UBUNTU-CVE-2025-40303

In the Linux kernel, the following vulnerability has been resolved: btrfs: ensure no dirty metadata is written back for an fs with errors BUG During development of a minor feature make sure all btrfsbio::endio is called in task context, I noticed a crash in generic/388, where metadata writes...

7.8CVSS5.7AI score0.00136EPSS
SaveExploits0References22
Cvelist
Cvelist
added 2025/12/08 1:12 a.m.39 views

CVE-2022-50583 md/raid0, raid10: Don't set discard sectors for request queue

In the Linux kernel, the following vulnerability has been resolved: md/raid0, raid10: Don't set discard sectors for request queue It should use diskstacklimits to get a proper maxdiscardsectors rather than setting a value by stack drivers. And there is a bug. If all member disks are rotational...

0.00193EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2025/12/08 1:12 a.m.11 views

CVE-2022-50583

In the Linux kernel, the following vulnerability has been resolved: md/raid0, raid10: Don't set discard sectors for request queue It should use diskstacklimits to get a proper maxdiscardsectors rather than setting a value by stack drivers. And there is a bug. If all member disks are rotational...

5.2AI score0.00193EPSS
SaveExploits0
OSV
OSV
added 2025/12/08 1:12 a.m.8 views

CVE-2022-50583 md/raid0, raid10: Don't set discard sectors for request queue

In the Linux kernel, the following vulnerability has been resolved: md/raid0, raid10: Don't set discard sectors for request queue It should use diskstacklimits to get a proper maxdiscardsectors rather than setting a value by stack drivers. And there is a bug. If all member disks are rotational...

6.3AI score
SaveExploits0References6
CVE
CVE
added 2025/12/08 1:12 a.m.30 views

CVE-2022-50583

CVE-2022-50583 relates to the Linux kernel, specifically a bug in md/raid0 and raid10 where discard sector handling could export an incorrect max_discard_sectors for mixed rotational/SSD configurations. The issue could trigger warning logs in __blkdev_issue_discard when invoking discard IOs (e.g....

6AI score0.00193EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/12/08 12:00 a.m.8 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from the raid0 and raid10 drivers incorrectly setting maxdiscardsectors, which could lead to error reporting...

6.1AI score0.00193EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/12/08 12:00 a.m.12 views

PT-2025-49461

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to invalidate dcc-f2fs issue discard in error path Syzbot reports a NULL pointer dereference issue as below: refcount add include/linux/refcount.h:193 inline refcount inc include/linux/refcount.h:250 inline refcount inc...

6.4AI score0.00195EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2025/12/08 12:00 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2022-50583

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - md/raid0, raid10: Don't set discard sectors for request queue It should use diskstacklimits to get a proper maxdiscardsectors rather than setting a value by sta...

7AI score0.00193EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2025/11/19 3:51 p.m.18 views

github.com/quic-go/quic-go: quic-go Crash Due to Premature HANDSHAKE_DONE Frame

A denial of service flaw has been discovered in the quic-go golang library. A misbehaving or malicious server can cause a denial-of-service DoS attack on the quic-go client by triggering an assertion failure, leading to a process crash. This requires no authentication and can be exploited during...

7.5CVSS5.9AI score0.00438EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2025/11/18 5:47 p.m.8 views

github.com/quic-go/quic-go: quic-go Crash Due to Premature HANDSHAKE_DONE Frame

A denial of service flaw has been discovered in the quic-go golang library. A misbehaving or malicious server can cause a denial-of-service DoS attack on the quic-go client by triggering an assertion failure, leading to a process crash. This requires no authentication and can be exploited during...

7.5CVSS5.9AI score0.00438EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2025/11/11 9:13 a.m.9 views

kernel: rxrpc: Fix a race between socket set up and I/O thread creation

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix a race between socket set up and I/O thread creation In rxrpcopensocket, it sets up the socket and then sets up the I/O thread that will handle it. This is a problem, however, as there's a gap between the two phases in...

7.5CVSS6.8AI score0.00449EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2025/10/23 12:10 a.m.7 views

SUSE CVE-2022-50571

In the Linux kernel, the following vulnerability has been resolved: btrfs: call btrfsremovefreespacecachelocked on cache load failure Now that lockdep is staying enabled through our entire CI runs I started seeing the following stack in generic/475 ------------ cut here ------------ WARNING: CPU:...

4.7CVSS6.3AI score0.00185EPSS
SaveExploits0References4
CVE
CVE
added 2025/10/22 1:23 p.m.23 views

CVE-2022-50571

CVE-2022-50571 involves the Linux kernel Btrfs path. The issue arises when loading the free-space cache: a temporary free_space_ctl is used during the load to avoid allocations, but on error cleaning up could touch discardable stats without holding the correct lock. The remediation is to invoke _...

5.9AI score0.00185EPSS
SaveExploits0References2
NVD
NVD
added 2025/10/10 4:15 p.m.12 views

CVE-2025-59530

quic-go is an implementation of the QUIC protocol in Go. In versions prior to 0.49.0, 0.54.1, and 0.55.0, a misbehaving or malicious server can cause a denial-of-service DoS attack on the quic-go client by triggering an assertion failure, leading to a process crash. This requires no authenticatio...

7.5CVSS0.00438EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/10/10 12:00 a.m.11 views

PT-2025-41573

Name of the Vulnerable Software and Affected Versions quic-go versions prior to 0.49.0 quic-go versions prior to 0.54.1 quic-go versions prior to 0.55.0 Description quic-go is an implementation of the QUIC protocol in Go. In affected versions, a malicious or misbehaving server can cause a...

7.5CVSS7.4AI score0.00438EPSS
SaveExploits0
EUVD
EUVD
added 2025/10/07 12:30 a.m.7 views

EUVD-1999-0619

Malware in sbrugna...

10CVSS6.4AI score0.01905EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/10/07 12:30 a.m.10 views

EUVD-1999-0060

Malware in sbrugna...

5CVSS6.4AI score0.08691EPSS
SaveExploits2References2
Rows per page
Query Builder