Lucene search
+L

3422 matches found

Vulnrichment
Vulnrichment
added 2025/09/29 12:0 a.m.4 views

CVE-2025-56233

Openindiana, kernel SunOS 5.11 has a denial of service vulnerability. For the processing of TCP packets with RST or SYN flag set, Openindiana has a wide acceptable range of sequence numbers. It does not require the sequence number to exactly match the next expected sequence value, just to be with...

6.3AI score0.00312EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2025/09/29 12:0 a.m.7 views

Atekon AT_NA2000 安全漏洞

The Atekon ATNA2000 is a programmable controller for coal mine switches from Nanda Aotuo Atekon, China. A security vulnerability exists in the Atekon ATNA2000, which stems from insufficient validation of the sequence number range in TCP RST packet processing, which could lead to a denial of servi...

7.5CVSS6.5AI score0.00312EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/09/29 12:0 a.m.14 views

CVE-2025-56234

ATNA2000 from Nanda Automation Technology vendor has a denial-of-service vulnerability. For the processing of TCP RST packets, PLC ATNA2000 has a wide acceptable range of sequence numbers. It does not require the sequence number to exactly match the next expected sequence value, just to be within...

0.00312EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2025/09/29 12:0 a.m.6 views

OpenIndiana 安全漏洞

OpenIndiana is an operating system from OpenIndiana Open Source. A security vulnerability exists in OpenIndiana 5.11 that stems from insufficient validation of sequence number ranges in TCP packet processing, which could lead to a denial of service attack...

7.5CVSS6.5AI score0.00312EPSS
SaveExploits0References1
Microsoft CVE
Microsoft CVE
added 2025/09/28 1:1 a.m.6 views

ALSA: seq: oss: Fix races at processing SysEx messages

...

6.3CVSS7AI score0.00161EPSS
SaveExploits0
OSV
OSV
added 2025/09/26 1:8 p.m.6 views

OESA-2025-2328 busybox security update

BusyBox combines tiny versions of many common UNIX utilities into a single small executable. It provides replacements for most of the utilities you usually find in GNU fileutils, shellutils, etc. It provides a fairly complete environment for any small or embedded system. Security Fixes: In netsta...

2.5CVSS6.5AI score0.0017EPSS
SaveExploits0References2
OSV
OSV
added 2025/09/23 6:15 a.m.9 views

AZL-67662 CVE-2025-39880 affecting package kernel for versions less than 6.6.112.1-1

In the Linux kernel, the following vulnerability has been resolved: libceph: fix invalid accesses to cephconnectionv1info There is a place where generic code in messenger.c is reading and another place where it is writing to con-v1 union member without checking that the union member is active i.e...

9.8CVSS5.6AI score0.00302EPSS
SaveExploits0References1
NVD
NVD
added 2025/09/18 2:15 p.m.5 views

CVE-2022-50380

In the Linux kernel, the following vulnerability has been resolved: mm: /proc/pid/smapsrollup: fix no vma's null-deref Commit 258f669e7e88 "mm: /proc/pid/smapsrollup: convert to single value seqfile" introduced a null-deref if there are no vma's in the task in showsmapsrollup...

5.5CVSS0.00146EPSS
SaveExploits0References6
CVE
CVE
added 2025/09/18 1:33 p.m.42 views

CVE-2023-53373

CVE-2023-53373 in the Linux kernel affects the crypto/seqiv path. The vulnerability arises because seqiv only handles EINPROGRESS and does not account for EBUSY, risking a use-after-free for backlogged requests. The fix is to treat EBUSY the same as EINPROGRESS, preventing premature data free on ...

7.8CVSS6.1AI score0.0015EPSS
SaveExploits0References8Affected Software1
Vulnrichment
Vulnrichment
added 2025/09/18 1:33 p.m.3 views

CVE-2023-53373 crypto: seqiv - Handle EBUSY correctly

In the Linux kernel, the following vulnerability has been resolved: crypto: seqiv - Handle EBUSY correctly As it is seqiv only handles the special return value of EINPROGERSS, which means that in all other cases it will free data related to the request. However, as the caller of seqiv may specify...

6.1AI score0.0015EPSS
SaveExploits0References8
CVE
CVE
added 2025/09/18 1:33 p.m.39 views

CVE-2022-50378

CVE-2022-50378 is a Linux kernel issue in the DRM Meson driver where unloading the driver could trigger a use-after-free (observed as a KASAN warning on __list_del_entry_valid). The description attributes the bug to the driver deinit sequence and notes that a reorder of the deinitialization steps...

7.8CVSS6.1AI score0.00149EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/09/18 1:33 p.m.10 views

CVE-2022-50378 drm/meson: reorder driver deinit sequence to fix use-after-free bug

In the Linux kernel, the following vulnerability has been resolved: drm/meson: reorder driver deinit sequence to fix use-after-free bug Unloading the driver triggers the following KASAN warning: +0.006275 ============================================================= +0.000029 BUG: KASAN:...

7.8CVSS6.2AI score
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2025/09/18 12:0 a.m.7 views

PT-2025-38328

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A null dereference issue was resolved in the Linux kernel related to the /proc/pid/smaps rollup functionality. The issue was introduced by commit 258f669e7e88, which converted the...

5.5CVSS5.5AI score0.00146EPSS
SaveExploits0References20
SUSE CVE
SUSE CVE
added 2025/09/16 11:29 p.m.4 views

SUSE CVE-2023-53333

In the Linux kernel, the following vulnerability has been resolved: netfilter: conntrack: dccp: copy entire header to stack buffer, not just basic one Eric Dumazet says: nfconntrackdccppacket has an unique: dh = skbheaderpointerskb, dataoff, sizeofdh, &dh; And nothing more is 'pulled' from the...

5.5CVSS6.6AI score0.00259EPSS
SaveExploits0References22
RedhatCVE
RedhatCVE
added 2025/09/16 5:39 p.m.4 views

CVE-2023-53333

In the Linux kernel, the following vulnerability has been resolved: netfilter: conntrack: dccp: copy entire header to stack buffer, not just basic one Eric Dumazet says: nfconntrackdccppacket has an unique: dh = skbheaderpointerskb, dataoff, sizeofdh, &dh; And nothing more is 'pulled' from the...

5.5CVSS5.9AI score0.00259EPSS
SaveExploits0References4
NVD
NVD
added 2025/09/16 5:15 p.m.12 views

CVE-2023-53333

In the Linux kernel, the following vulnerability has been resolved: netfilter: conntrack: dccp: copy entire header to stack buffer, not just basic one Eric Dumazet says: nfconntrackdccppacket has an unique: dh = skbheaderpointerskb, dataoff, sizeofdh, &dh; And nothing more is 'pulled' from the...

8.2CVSS0.00259EPSS
SaveExploits0References7
OSV
OSV
added 2025/09/16 5:15 p.m.5 views

UBUNTU-CVE-2023-53333

In the Linux kernel, the following vulnerability has been resolved: netfilter: conntrack: dccp: copy entire header to stack buffer, not just basic one Eric Dumazet says: nfconntrackdccppacket has an unique: dh = skbheaderpointerskb, dataoff, sizeofdh, &dh; And nothing more is 'pulled' from the...

8.2CVSS6AI score0.00259EPSS
SaveExploits0References10
Cvelist
Cvelist
added 2025/09/16 4:12 p.m.15 views

CVE-2023-53333 netfilter: conntrack: dccp: copy entire header to stack buffer, not just basic one

In the Linux kernel, the following vulnerability has been resolved: netfilter: conntrack: dccp: copy entire header to stack buffer, not just basic one Eric Dumazet says: nfconntrackdccppacket has an unique: dh = skbheaderpointerskb, dataoff, sizeofdh, &dh; And nothing more is 'pulled' from the...

8.2CVSS0.00259EPSS
SaveExploits0References7
OSV
OSV
added 2025/09/16 4:12 p.m.6 views

CVE-2023-53333 netfilter: conntrack: dccp: copy entire header to stack buffer, not just basic one

In the Linux kernel, the following vulnerability has been resolved: netfilter: conntrack: dccp: copy entire header to stack buffer, not just basic one Eric Dumazet says: nfconntrackdccppacket has an unique: dh = skbheaderpointerskb, dataoff, sizeofdh, &dh; And nothing more is 'pulled' from the...

8.2CVSS5AI score
SaveExploits0References10
OSSF Malicious Packages
OSSF Malicious Packages
added 2025/09/16 4:13 a.m.6 views

Malicious code in @teselagen/sequence-utils (npm)

--- -= Per source details. Do not edit below this line.=- Source: ghsa-malware 3a11d947c98673c88f928f02f1c998436f5b00cafcbb36643500a2d0858b8aba Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be...

6.9AI score
SaveExploits0References6
Rows per page
Query Builder