Lucene search
+L

4924 matches found

OSV
OSV
added 2025/07/04 1:37 p.m.9 views

CVE-2025-38180 net: atm: fix /proc/net/atm/lec handling

In the Linux kernel, the following vulnerability has been resolved: net: atm: fix /proc/net/atm/lec handling /proc/net/atm/lec must ensure safety against devlec changes. It appears it had devput calls without prior devhold, leading to imbalance and UAF...

7.8CVSS6.4AI score
SaveExploits0References13
Tenable Nessus
Tenable Nessus
added 2025/07/04 12:0 a.m.5 views

Oracle Linux 10 : kernel (ELSA-2025-9348)

The remote Oracle Linux 10 host has packages installed that are affected by multiple vulnerabilities as referenced in the ELSA-2025-9348 advisory. 6.12.0-55.19.1.0.10.OL10 - nvme-pci: remove two deallocate zeroes quirks Orabug: 37756650 - Add new Oracle Linux Driver Signing key 1 certificate...

7.8CVSS7.1AI score0.00216EPSS
SaveExploits0References4
OSV
OSV
added 2025/07/03 10:2 a.m.5 views

RHSA-2025:10211 Red Hat Security Advisory: kernel security update

Bulletin has no description...

7CVSS7.9AI score0.00316EPSS
SaveExploits0References18
NVD
NVD
added 2025/07/03 9:15 a.m.12 views

CVE-2025-38164

In the Linux kernel, the following vulnerability has been resolved: f2fs: zone: fix to avoid inconsistence in between SIT and SSA w/ below testcase, it will cause inconsistence in between SIT and SSA. createnullblk 512 2 1024 1024 mkfs.f2fs -m /dev/nullb0 mount /dev/nullb0 /mnt/f2fs/ touch...

7.1CVSS0.00145EPSS
SaveExploits0References4
OSV
OSV
added 2025/07/03 9:15 a.m.7 views

UBUNTU-CVE-2025-38111

In the Linux kernel, the following vulnerability has been resolved: net/mdiobus: Fix potential out-of-bounds read/write access When using publicly available tools like 'mdio-tools' to read/write data from/to network interface and its PHY via mdiobus, there is no verification of parameters passed ...

7.8CVSS6.2AI score0.00188EPSS
SaveExploits0References42
Cvelist
Cvelist
added 2025/07/03 8:36 a.m.26 views

CVE-2025-38173 crypto: marvell/cesa - Handle zero-length skcipher requests

In the Linux kernel, the following vulnerability has been resolved: crypto: marvell/cesa - Handle zero-length skcipher requests Do not access random memory for zero-length skcipher requests. Just return 0...

7.8CVSS0.00162EPSS
SaveExploits0References8
CVE
CVE
added 2025/07/03 8:36 a.m.96 views

CVE-2025-38173

CVE-2025-38173 affects the Linux kernel crypto path (marvell/cesa) in Mariner builds, specifically for kernel packages older than 6.6.96.1-1. The issue is described as handling zero-length skcipher requests to avoid accessing random memory; the fix returns 0 for zero-length requests. A patched ke...

7.8CVSS7.2AI score0.00162EPSS
SaveExploits0References10Affected Software1
Cvelist
Cvelist
added 2025/07/03 8:36 a.m.20 views

CVE-2025-38163 f2fs: fix to do sanity check on sbi->total_valid_block_count

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to do sanity check on sbi-totalvalidblockcount syzbot reported a f2fs bug as below: ------------ cut here ------------ kernel BUG at fs/f2fs/f2fs.h:2521! RIP: 0010:decvalidblockcount+0x3b2/0x3c0 fs/f2fs/f2fs.h:2521 Call...

0.00154EPSS
SaveExploits0References8
OSV
OSV
added 2025/07/03 8:35 a.m.7 views

CVE-2025-38146 net: openvswitch: Fix the dead loop of MPLS parse

In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: Fix the dead loop of MPLS parse The unexpected MPLS packet may not end with the bottom label stack. When there are many stacks, The label count value has wrapped around. A dead loop occurs, soft lockup/CPU stuck...

9.4CVSS7.3AI score
SaveExploits0References12
CVE
CVE
added 2025/07/03 8:35 a.m.95 views

CVE-2025-38142

The CVE-2025-38142 issue affects the Linux kernel hwmon path (asus-ec-sensors) where read_string() could read a non-existent sensor because find_ec_sensor_index() returned a negative value (for example -ENOENT) and was used without validation. The fix introduces a check to ensure sensor_index is ...

5.5CVSS7.2AI score0.0016EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 2025/07/03 8:35 a.m.14 views

CVE-2025-38141 dm: fix dm_blk_report_zones

In the Linux kernel, the following vulnerability has been resolved: dm: fix dmblkreportzones If dmgetlivetable returned NULL, dmputlivetable was never called. Also, it is possible that md-zonerevalidatemap will change while calling this function. Only read it once, so that we are always using the...

7.8CVSS0.00162EPSS
SaveExploits0References3
OSV
OSV
added 2025/07/03 8:35 a.m.6 views

CVE-2025-38131 coresight: prevent deactivate active config while enabling the config

In the Linux kernel, the following vulnerability has been resolved: coresight: prevent deactivate active config while enabling the config While enable active config via cscfgcsdevenableactiveconfig, active config could be deactivated via configfs' sysfs interface. This could make UAF issue in bel...

6.4AI score
SaveExploits0References9
Cvelist
Cvelist
added 2025/07/03 8:35 a.m.15 views

CVE-2025-38129 page_pool: Fix use-after-free in page_pool_recycle_in_ring

In the Linux kernel, the following vulnerability has been resolved: pagepool: Fix use-after-free in pagepoolrecycleinring syzbot reported a uaf in pagepoolrecycleinring: BUG: KASAN: slab-use-after-free in lockrelease+0x151/0xa30 kernel/locking/lockdep.c:5862 Read of size 8 at addr ffff8880286045a...

7.8CVSS0.00165EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2025/07/03 8:35 a.m.15 views

CVE-2025-38126 net: stmmac: make sure that ptp_rate is not 0 before configuring timestamping

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: make sure that ptprate is not 0 before configuring timestamping The stmmac platform drivers that do not open-code the clkptprate value after having retrieved the default one from the device-tree can end up with 0 in...

0.00163EPSS
SaveExploits0References5
CVE
CVE
added 2025/07/03 8:35 a.m.88 views

CVE-2025-38115

Root cause: In the Linux kernel net_sched, the SFQ qdisc could crash when gso_skb handling inflated sch->q.len and an enqueue on an empty SFQ qdisc was followed by an immediate drop. The fix updates sfq_drop() to properly clear q->tail in that scenario. Affected component: net_sched sch_sfq...

7.8CVSS7.1AI score0.00184EPSS
SaveExploits0References10Affected Software1
OSV
OSV
added 2025/07/03 8:35 a.m.7 views

CVE-2025-38101 ring-buffer: Fix buffer locking in ring_buffer_subbuf_order_set()

In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Fix buffer locking in ringbuffersubbuforderset Enlarge the critical section in ringbuffersubbuforderset to ensure that error handling takes place with per-buffer mutex held, thus preventing list corruption and other...

7.8CVSS6.4AI score
SaveExploits0References6
OSV
OSV
added 2025/07/03 8:13 a.m.5 views

CVE-2025-38099 Bluetooth: Disable SCO support if READ_VOICE_SETTING is unsupported/broken

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Disable SCO support if READVOICESETTING is unsupported/broken A SCO connection without the proper voicesetting can cause the controller to lock up...

6.4AI score
SaveExploits0References6
CVE
CVE
added 2025/07/03 8:13 a.m.96 views

CVE-2025-38098

The CVE-2025-38098 issue affects the Linux kernel DRM AMD display stack. It centers on treating a wb (writeback) connector as physical in create_validate_stream_for_sink, and incorrect handling when operating on a drm_wb_connector as an amdgpu_dm_connector. The description notes that dereferencin...

7.8CVSS6.9AI score0.00167EPSS
SaveExploits0References3Affected Software1
OpenVAS
OpenVAS
added 2025/07/03 12:0 a.m.5 views

Ubuntu: Security Advisory (USN-7608-3)

The remote host is missing an update for the SPDX-FileCopyrightText: 2025 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...

9.8CVSS8AI score0.00522EPSS
SaveExploits3References2
RedHat Linux
RedHat Linux
added 2025/07/02 1:30 p.m.8 views

Moderate: Red Hat Security Advisory: kernel security update

An update for kernel is now available for Red Hat Enterprise Linux 8.8 Update Services for SAP Solutions and Red Hat Enterprise Linux 8.8 Telecommunications Update Service. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring Syste...

7.8CVSS6.6AI score0.00316EPSS
SaveExploits0References4
Rows per page
Query Builder