Lucene search
+L

14140 matches found

NVD
NVD
•added 2024/11/11 8:15 p.m.•37 views

CVE-2024-52288

libosdp is an implementation of IEC 60839-11-5 OSDP Open Supervised Device Protocol and provides a C library with support for C++, Rust and Python3. In affected versions an unexpected REPLYCCRYPT or REPLYRMACI may be introduced into an active stream when they should not be. Once RMACI message can...

5.1CVSS0.00126EPSS
SaveExploits0References2
SUSE Linux
SUSE Linux
•added 2024/11/11 8:34 a.m.•12 views

Security update for expat

This update for expat fixes the following issues: CVE-2024-50602: Fixed a denial of service via XMLResumeParser bsc1232579. Patch Instructions: To install this SUSE update use the SUSE recommended installation methods like YaST onlineupdate or "zypper patch". Alternatively you can run the command...

5.6CVSS7.3AI score0.01033EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
•added 2024/11/11 12:00 a.m.•21 views

Fedora 40 : opendmarc (2024-044dcdff8e)

The remote Fedora 40 host has a package installed that is affected by a vulnerability as referenced in the FEDORA-2024-044dcdff8e advisory. - Fix for CVE-2024-25768 - Closes rhbz2266175 rhbz2266174 - Convert to %autorelease and %autochangelog - Simplify spec - Remove checks on if systemd is prese...

5.5AI score0.00728EPSS
SaveExploits1References2
NVD
NVD
•added 2024/11/09 11:15 a.m.•28 views

CVE-2024-50238

In the Linux kernel, the following vulnerability has been resolved: phy: qcom: qmp-usbc: fix NULL-deref on runtime suspend Commit 413db06c05e7 "phy: qcom-qmp-usb: clean up probe initialisation" removed most users of the platform device driver data from the qcom-qmp-usb driver, but mistakenly also...

5.5CVSS0.00177EPSS
SaveExploits0References2
NVD
NVD
•added 2024/11/09 11:15 a.m.•34 views

CVE-2024-50221

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Vangogh: Fix kernel memory out of bounds write KASAN reports that the GPU metrics table allocated in vangoghtablesinit is not large enough for the memset done in smucmninitsoftgpumetrics. Condensed report follows:...

7.8CVSS0.00244EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
•added 2024/11/09 10:15 a.m.•16 views

CVE-2024-50257 netfilter: Fix use-after-free in get_info()

In the Linux kernel, the following vulnerability has been resolved: netfilter: Fix use-after-free in getinfo ip6tablenat module unload has refcnt warning for UAF. call trace is: WARNING: CPU: 1 PID: 379 at kernel/module/main.c:853 moduleput+0x6f/0x80 Modules linked in: ip6tablenat- CPU: 1 UID: 0...

6.4AI score0.00256EPSS
SaveExploits0References5
Cvelist
Cvelist
•added 2024/11/09 10:15 a.m.•36 views

CVE-2024-50254 bpf: Free dynamically allocated bits in bpf_iter_bits_destroy()

In the Linux kernel, the following vulnerability has been resolved: bpf: Free dynamically allocated bits in bpfiterbitsdestroy bpfiterbitsdestroy uses "kit-nrbits kmemleakalloc+0x4b/0x80 kmallocnodenoprof+0x480/0x5c0 alloc.isra.0+0x89/0xb0 allocbulk+0x2af/0x720 prefillmemcache+0x7f/0xb0...

0.00177EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2024/11/09 10:15 a.m.•49 views

CVE-2024-50253 bpf: Check the validity of nr_words in bpf_iter_bits_new()

In the Linux kernel, the following vulnerability has been resolved: bpf: Check the validity of nrwords in bpfiterbitsnew Check the validity of nrwords in bpfiterbitsnew. Without this check, when multiplication overflow occurs for nrbits e.g., when nrwords = 0x0400-0001, nrbits becomes 64, stack...

7.8CVSS0.00186EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2024/11/09 10:14 a.m.•33 views

CVE-2024-50232 iio: adc: ad7124: fix division by zero in ad7124_set_channel_odr()

In the Linux kernel, the following vulnerability has been resolved: iio: adc: ad7124: fix division by zero in ad7124setchannelodr In the ad7124writeraw function, parameter val can potentially be zero. This may lead to a division by zero when DIVROUNDCLOSEST is called within ad7124setchannelodr. T...

0.00249EPSS
SaveExploits0References5
CVE
CVE
•added 2024/11/09 10:14 a.m.•151 views

CVE-2024-50231

CVE-2024-50231 affects the Linux kernel’s IIO subsystem (gts helper). The issue is a memory-leak in iio_gts_build_avail_scale_table() where per_time_gains elements/arrays are not freed, triggered when running iio-test-gts tests (gts_test_gains, gts_test_itimes). The leak manifests as unreferenced...

5.5CVSS5.2AI score0.00221EPSS
SaveExploits0References3Affected Software1
OSV
OSV
•added 2024/11/09 10:14 a.m.•18 views

CVE-2024-50225 btrfs: fix error propagation of split bios

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix error propagation of split bios The purpose of btrfsbbiopropagateerror shall be propagating an error of split bio to its original btrfsbio, and tell the error to the upper layer. However, it's not working well on some...

7.8CVSS6AI score
SaveExploits0References5
CVE
CVE
•added 2024/11/09 10:14 a.m.•158 views

CVE-2024-50219

CVE-2024-50219: Linux kernel GFP_ATOMIC order-0 allocations can fail under memory pressure due to how highatomic reserves are used, enabling a potential page-alloc impairment. The issue is tied to the mm/page_alloc path and specifically the fall-back behavior when free pages exist but GFP_ATOMIC ...

6.6AI score
SaveExploits0
Cvelist
Cvelist
•added 2024/11/09 10:14 a.m.•34 views

CVE-2024-50216 xfs: fix finding a last resort AG in xfs_filestream_pick_ag

In the Linux kernel, the following vulnerability has been resolved: xfs: fix finding a last resort AG in xfsfilestreampickag When the main loop in xfsfilestreampickag fails to find a suitable AG it tries to just pick the online AG. But the loop for that uses args-pag as loop iterator while the...

0.00231EPSS
SaveExploits0References3
Microsoft CVE
Microsoft CVE
•added 2024/11/09 8:00 a.m.•11 views

net: seeq: Fix use after free vulnerability in ether3 Driver Due to Race Condition

...

7.8CVSS7.2AI score0.00227EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
•added 2024/11/09 8:00 a.m.•10 views

i3c: master: svc: Fix use after free vulnerability in svc_i3c_master Driver Due to Race Condition

...

7.8CVSS7.5AI score0.00231EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
•added 2024/11/09 12:00 a.m.•15 views

openSUSE 15 Security Update : qbittorrent (openSUSE-SU-2024:0358-1)

The remote openSUSE 15 host has packages installed that are affected by a vulnerability as referenced in the openSUSE- SU-2024:0358-1 advisory. - Update to version 5.0.1 fixes boo1232731 CVE-2024-51774 Added features: Add 'Simple pread/pwrite' disk IO type Bug fixes: Don't ignore SSL errors...

8.1CVSS8.2AI score0.03301EPSS
SaveExploits2References4
Tenable Nessus
Tenable Nessus
•added 2024/11/09 12:00 a.m.•16 views

Oracle Linux 7 : NetworkManager-libreswan (ELSA-2024-8357)

The remote Oracle Linux 7 host has packages installed that are affected by a vulnerability as referenced in the ELSA-2024-8357 advisory. 1.2.4-2.0.1 - Fix improper escaping of Libreswan configuration CVE-2024-9050Orabug: 37206712 Tenable has extracted the preceding description block directly from...

7.8CVSS7.3AI score0.00457EPSS
SaveExploits0References2
CBLMariner
CBLMariner
•added 2024/11/08 9:38 p.m.•18 views

CVE-2024-47814 affecting package vim for versions less than 9.1.0791-1

CVE-2024-47814 affecting package vim for versions less than 9.1.0791-1. An upgraded version of the package is available that resolves this issue...

4.7CVSS6.9AI score0.00294EPSS
SaveExploits0
CBLMariner
CBLMariner
•added 2024/11/08 9:38 p.m.•18 views

CVE-2024-49931 affecting package kernel for versions less than 6.6.57.1-2

CVE-2024-49931 affecting package kernel for versions less than 6.6.57.1-2. An upgraded version of the package is available that resolves this issue...

7.8CVSS6.8AI score0.00244EPSS
SaveExploits0
OSV
OSV
•added 2024/11/08 6:15 a.m.•8 views

DEBIAN-CVE-2024-50204

In the Linux kernel, the following vulnerability has been resolved: fs: don't try and remove empty rbtree node When copying a namespace we won't have added the new copy into the namespace rbtree until after the copy succeeded. Calling freemntns will try to remove the copy from the rbtree which is...

5.5CVSS5.5AI score0.00177EPSS
SaveExploits0References1
Rows per page
Query Builder