Lucene search
+L

16955 matches found

RedhatCVE
RedhatCVE
added 2025/02/27 8:56 p.m.10 views

CVE-2022-49326

In the Linux kernel, the following vulnerability has been resolved: rtl818x: Prevent using not initialized queues Using not existing queues can panic the kernel with rtl8180/rtl8185 cards. Ignore the skb priority for those cards, they only have one tx queue. Pierre Asselin [email protected] reported t...

5.5CVSS6.2AI score0.0029EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/27 8:56 p.m.11 views

CVE-2025-27154

Spotipy is a lightweight Python library for the Spotify Web API. The CacheHandler class creates a cache file to store the auth token. Prior to version 2.25.1, the file created has rw-r--r-- 644 permissions by default, when it could be locked down to rw------- 600 permissions. This leads to overly...

7.1CVSS6AI score0.00599EPSS
SaveExploits1References7
RedhatCVE
RedhatCVE
added 2025/02/27 8:55 p.m.12 views

CVE-2022-49340

In the Linux kernel, the following vulnerability has been resolved: ipgre: test csumstart instead of transport header GRE with TUNNELCSUM will apply local checksum offload on CHECKSUMPARTIAL packets. ipgrexmit must validate csumstart after an optional skbpull, else lcocsum may trigger an overflow...

5.5CVSS6.5AI score0.00281EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/27 8:53 p.m.10 views

CVE-2025-21794

In the Linux kernel, the following vulnerability has been resolved: HID: hid-thrustmaster: fix stack-out-of-bounds read in usbcheckintendpoints Syzbot1 has detected a stack-out-of-bounds read of the epaddr array from hid-thrustmaster driver. This array is passed to usbcheckintendpoints function...

7.1CVSS6.2AI score0.00228EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/27 8:53 p.m.14 views

CVE-2025-21790

In the Linux kernel, the following vulnerability has been resolved: vxlan: check vxlanvnigroupinit return value vxlaninit must check vxlanvnigroupinit success otherwise a crash happens later, spotted by syzbot. Oops: general protection fault, probably for non-canonical address 0xdffffc000000002c:...

5.5CVSS6.2AI score0.00219EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/27 8:52 p.m.7 views

CVE-2025-21777

In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Validate the persistent meta data subbuf array The meta data for a mapped ring buffer contains an array of indexes of all the subbuffers. The first entry is the reader page, and the rest of the entries lay out the...

5.5CVSS6.5AI score0.00201EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/27 8:51 p.m.52 views

CVE-2025-21756

In the Linux kernel, the following vulnerability has been resolved: vsock: Keep the binding until socket destruction Preserve sockets bindings; this includes both resulting from an explicit bind and those implicitly bound through autobind during connect. Prevents socket unbinding during a transpo...

7.8CVSS7.4AI score0.00873EPSS
SaveExploits3References4
RedhatCVE
RedhatCVE
added 2025/02/27 8:50 p.m.6 views

CVE-2025-21744

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: fix NULL pointer dereference in brcmftxfinalize On removal of the device or unloading of the kernel module a potential NULL pointer dereference occurs. The following sequence deletes the interface: brcmfdetach...

4.4CVSS6.3AI score0.00249EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/27 8:50 p.m.32 views

CVE-2025-21738

In the Linux kernel, the following vulnerability has been resolved: ata: libata-sff: Ensure that we cannot write outside the allocated buffer reveliofuzzing reported that a SCSIIOCTLSENDCOMMAND ioctl with outlen set to 0xd42, SCSI command set to ATA16 PASS-THROUGH, ATA command set to ATANOP, and...

6.7CVSS6.7AI score0.0022EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/27 8:50 p.m.5 views

CVE-2025-21726

In the Linux kernel, the following vulnerability has been resolved: padata: avoid UAF for reorderwork Although the previous patch can avoid ps and ps UAF for doserial, it can not avoid potential UAF issue for reorderwork. This issue can happen just as below: cryptorequest cryptorequest cryptodela...

7CVSS7.5AI score0.00231EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/27 8:48 p.m.9 views

CVE-2024-58005

In the Linux kernel, the following vulnerability has been resolved: tpm: Change to kvalloc in eventlog/acpi.c The following failure was reported on HPE ProLiant D320: 10.693310 T1 tpmtis STM0925:00: 2.0 TPM device-id 0x3, rev-id 0 10.848132 T1 ------------ cut here ------------ 10.853559 T1...

4.4CVSS6.5AI score0.00238EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/27 8:47 p.m.19 views

CVE-2025-27139

Combodo iTop is a web based IT service management tool. Versions prior to 2.7.12, 3.1.2, and 3.2.0 are vulnerable to cross-site scripting when the preferences page is opened. Versions 2.7.12, 3.1.2, and 3.2.0 fix the issue...

6.8CVSS6.2AI score0.00236EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/02/27 8:02 p.m.15 views

CVE-2025-21771

In the Linux kernel, the following vulnerability has been resolved: schedext: Fix incorrect autogroup migration detection scxmovetask is called from schedmovetask and tells the BPF scheduler that cgroup migration is being committed. schedmovetask is used by both cgroup and autogroup migrations an...

5.5CVSS6.4AI score0.00201EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/27 8:00 p.m.8 views

CVE-2024-58012

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: Intel: hda-dai: Ensure DAI widget is valid during params Each cpu DAI should associate with a widget. However, the topology might not create the right number of DAI widgets for aggregated amps. And it will cause NULL...

4.4CVSS6.3AI score0.0021EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/27 8:00 p.m.16 views

CVE-2024-58008

In the Linux kernel, the following vulnerability has been resolved: KEYS: trusted: dcp: fix improper sg use with CONFIGVMAPSTACK=y With vmalloc stack addresses enabled CONFIGVMAPSTACK=y DCP trusted keys can crash during en- and decryption of the blob encryption key via the DCP crypto driver. This...

5.5CVSS6.5AI score0.00129EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/27 8:00 p.m.10 views

CVE-2024-57986

In the Linux kernel, the following vulnerability has been resolved: HID: core: Fix assumption that Resolution Multipliers must be in Logical Collections A report in 2019 by the syzbot fuzzer was found to be connected to two errors in the HID core associated with Resolution Multipliers. One of the...

5.5CVSS6.3AI score0.00309EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/27 7:59 p.m.11 views

CVE-2022-49295

In the Linux kernel, the following vulnerability has been resolved: nbd: call genlunregisterfamily first in nbdcleanup Otherwise there may be race between module removal and the handling of netlink command, which can lead to the oops as shown below: BUG: kernel NULL pointer dereference, address:...

4.7CVSS6.4AI score0.00246EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2025/02/27 7:25 p.m.13 views

CVE-2025-21793

In the Linux kernel, the following vulnerability has been resolved: spi: sn-f-ospi: Fix division by zero When there is no dummy cycle in the spi-nor commands, both dummy bus cycle bytes and width are zero. Because of the cpu's warning when divided by zero, the warning should be avoided. Return ju...

5.5CVSS6.4AI score0.00215EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/27 7:25 p.m.18 views

CVE-2025-21786

A vulnerability was found in the Linux kernel's work queue subsystem, which manages background task execution. The issue stems from improper handling of the "rescuer" thread during the cleanup of unbound work queues...

7.8CVSS7.5AI score0.00229EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/27 7:25 p.m.13 views

CVE-2025-21710

In the Linux kernel, the following vulnerability has been resolved: tcp: correct handling of extreme memory squeeze Testing with iperf3 using the "pasta" protocol splicer has revealed a problem in the way tcp handles window advertising in extreme memory squeeze situations. Under memory pressure, ...

5.5CVSS6.1AI score0.00268EPSS
SaveExploits0References4
Rows per page
Query Builder