Lucene search
+L

41555 matches found

OSV
OSV
added 2024/10/21 6:15 p.m.21 views

AZL-52628 CVE-2024-49949 affecting package kernel for versions less than 5.15.173.1-1

In the Linux kernel, the following vulnerability has been resolved: net: avoid potential underflow in qdiscpktleninit with UFO After commit 7c6d2ecbda83 "net: be more gentle about silly gso requests coming from user" virtionethdrtoskb had sanity check to detect malicious attempts from user space ...

5.5CVSS6.2AI score0.0028EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 6:15 p.m.11 views

AZL-52941 CVE-2024-49933 affecting package kernel for versions less than 5.15.173.1-1

In the Linux kernel, the following vulnerability has been resolved: blkiocost: fix more out of bound shifts Recently running UBSAN caught few out of bound shifts in the iocforgivedebts function: UBSAN: shift-out-of-bounds in block/blk-iocost.c:2142:38 shift exponent 80 is too large for 64-bit typ...

5.5CVSS6.3AI score0.00241EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 6:15 p.m.12 views

AZL-51560 CVE-2024-49919 affecting package kernel for versions less than 6.6.79.1-1

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null check for headpipe in dcn201acquirefreepipeforlayer This commit addresses a potential null pointer dereference issue in the dcn201acquirefreepipeforlayer function. The issue could occur when headpipe is...

5.5CVSS6.3AI score0.00237EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 6:15 p.m.11 views

AZL-51037 CVE-2024-49910 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add NULL check for function pointer in dcn401setoutputtransferfunc This commit adds a null check for the setoutputgamma function pointer in the dcn401setoutputtransferfunc function. Previously, setoutputgamma was...

5.5CVSS6AI score0.00208EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 6:15 p.m.17 views

AZL-52922 CVE-2024-49902 affecting package kernel for versions less than 5.15.173.1-1

In the Linux kernel, the following vulnerability has been resolved: jfs: check if leafidx greater than num leaves per dmap tree syzbot report a out of bounds in dbSplit, it because dmtleafidx greater than num leaves per dmap tree, add a checking for dmtleafidx in dbFindLeaf. Shaggy: Modified sani...

5.5CVSS6.7AI score0.00287EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 6:15 p.m.16 views

AZL-51330 CVE-2024-49903 affecting package kernel for versions less than 5.15.173.1-1

In the Linux kernel, the following vulnerability has been resolved: jfs: Fix uaf in dbFreeBits syzbot reported ================================================================== BUG: KASAN: slab-use-after-free in mutexlockcommon kernel/locking/mutex.c:587 inline BUG: KASAN: slab-use-after-free in...

7CVSS6.6AI score0.00255EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 6:15 p.m.11 views

AZL-51347 CVE-2024-49893 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check streamstatus before it is used WHAT & HOW dcstategetstreamstatus can return null, and therefore null must be checked before streamstatus is used. This fixes 1 NULLRETURNS issue reported by Coverity...

5.5CVSS6.3AI score0.00206EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 6:15 p.m.7 views

AZL-51405 CVE-2024-49868 affecting package kernel for versions less than 5.15.173.1-1

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix a NULL pointer dereference when failed to start a new trasacntion BUG Syzbot reported a NULL pointer dereference with the following crash: FAULTINJECTION: forcing a failure. starttransaction+0x830/0x1670...

5.5CVSS6.6AI score0.00288EPSS
SaveExploits0References1
CVE
CVE
added 2024/10/21 6:02 p.m.194 views

CVE-2024-49967

CVE-2024-49967 entry is rejected/not used and does not represent an active vulnerability.

7.3AI score
SaveExploits0
CVE
CVE
added 2024/10/21 6:01 p.m.159 views

CVE-2024-49888

CVE-2024-49888 – Linux kernel (BPF) sdiv/smod overflow fix . The issue affects the BPF subsystem where division by -1 can overflow for 64-bit operands (LLONG_MIN/-1) on x86_64, potentially triggering a kernel crash; on arm64, results differ (LLONG_MIN/-1 yields LLONG_MIN). The provided patch logi...

5.5CVSS5.8AI score0.00237EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2024/10/21 1:15 p.m.15 views

AZL-50689 CVE-2024-47747 affecting package kernel for versions less than 5.15.173.1-1

In the Linux kernel, the following vulnerability has been resolved: net: seeq: Fix use after free vulnerability in ether3 Driver Due to Race Condition In the ether3probe function, a timer is initialized with a callback function ether3ledoff, bound to &prevdev-timer. Once the timer is started, the...

7CVSS6.7AI score0.00227EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 1:15 p.m.13 views

AZL-50785 CVE-2024-47737 affecting package kernel for versions less than 5.15.173.1-1

In the Linux kernel, the following vulnerability has been resolved: nfsd: call cacheput if xdrreservespace returns NULL If not enough buffer space available, but idmaplookup has triggered lookupfn which calls cacheget and returns successfully. Then we missed to call cacheput here which pairs with...

5.5CVSS6.8AI score0.00277EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 12:15 p.m.22 views

AZL-51108 CVE-2024-47706 affecting package kernel for versions less than 5.15.173.1-1

In the Linux kernel, the following vulnerability has been resolved: block, bfq: fix possible UAF for bfqq-bic with merge chain 1 initial state, three tasks: Process 1 Process 2 Process 3 BIC1 BIC2 BIC3 | Λ | Λ | Λ | | | | | | V | V | V | bfqq1 bfqq2 bfqq3 process ref: 1 1 1 2 bfqq1 merged to bfqq...

5.5CVSS6.4AI score0.00245EPSS
SaveExploits0References1
NVD
NVD
added 2024/10/21 12:15 p.m.18 views

CVE-2024-47716

In the Linux kernel, the following vulnerability has been resolved: ARM: 9410/1: vfp: Use asm volatile in fmrx/fmxr macros Floating point instructions in userspace can crash some arm kernels built with clang/LLD 17.0.6: BUG: unsupported FP instruction in kernel mode FPEXC == 0xc0000780 Internal...

5.5CVSS0.00219EPSS
SaveExploits0References4
OSV
OSV
added 2024/10/21 12:15 p.m.13 views

AZL-51284 CVE-2024-47702 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: bpf: Fail verification for sign-extension of packet data/dataend/datameta syzbot reported a kernel crash due to commit 1f1e864b6555 "bpf: Handle sign-extenstin ctx member accesses". The reason is due to sign-extension of 32-bit...

5.5CVSS6.4AI score0.00213EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 12:15 p.m.12 views

AZL-50694 CVE-2024-47684 affecting package kernel for versions less than 5.15.173.1-1

In the Linux kernel, the following vulnerability has been resolved: tcp: check skb is non-NULL in tcprtodeltaus We have some machines running stock Ubuntu 20.04.6 which is their 5.4.0-174-generic kernel that are running ceph and recently hit a null ptr dereference in tcprearmrto. Initially hittin...

5.5CVSS6.7AI score0.00277EPSS
SaveExploits0References1
OpenVAS
OpenVAS
added 2024/10/21 12:00 a.m.9 views

Debian: Security Advisory (DLA-3923-1)

The remote host is missing an update for the Debian SPDX-FileCopyrightText: 2024 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

8CVSS7.2AI score0.70651EPSS
SaveExploits1References2
OpenVAS
OpenVAS
added 2024/10/21 12:00 a.m.21 views

Debian: Security Advisory (DLA-3926-1)

The remote host is missing an update for the Debian SPDX-FileCopyrightText: 2024 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

8.1CVSS7.3AI score0.01548EPSS
SaveExploits2References2
Tenable Nessus
Tenable Nessus
added 2024/10/21 12:00 a.m.12 views

Siemens CP343-1 Devices Improper Verification of Source of a Communication Channel (CVE-2023-51440)

A vulnerability has been identified in SIMATIC CP 343-1 6GK7343-1EX30-0XE0 All versions, SIMATIC CP 343-1 Lean 6GK7343-1CX10-0XE0 All versions, SIPLUS NET CP 343-1 6AG1343-1EX30-7XE0 All versions, SIPLUS NET CP 343-1 Lean 6AG1343-1CX10-2XE0 All versions. Affected products incorrectly validate TCP...

7.5CVSS6.9AI score0.00597EPSS
SaveExploits0References3
OpenVAS
OpenVAS
added 2024/10/21 12:00 a.m.12 views

SUSE: Security Advisory (SUSE-SU-2024:3717-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2024 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

5CVSS5.2AI score0.00392EPSS
SaveExploits0References4
Rows per page
Query Builder