Lucene search
+L

3217 matches found

Cvelist
Cvelist
added 2026/07/27 8:10 p.m.41 views

CVE-2026-64553 net: psample: fix info leak in PSAMPLE_ATTR_DATA

In the Linux kernel, the following vulnerability has been resolved: net: psample: fix info leak in PSAMPLEATTRDATA psample open codes nlaput presumably to avoid wiping the data with 0s just to override it with packet data. This open coding is missing clearing the pad, however, each netlink attr i...

0.00177EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/27 8:10 p.m.51 views

CVE-2026-64553

The CVE-2026-64553 entry concerns the Linux kernel net/psample, specifically PSAMPLE_ATTR_DATA. The vulnerability was an information leak caused by open coding in nla_put() that failed to clear padding for netlink attributes, with data_len not necessarily multiple of 4B. The issue affects the psa...

5.7AI score0.00177EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/07/27 8:10 p.m.39 views

CVE-2026-64537 bridge: cfm: reject invalid CCM interval at configuration time

In the Linux kernel, the following vulnerability has been resolved: bridge: cfm: reject invalid CCM interval at configuration time ccmtxworkexpired re-arms itself via queuedelayedwork using the configured expinterval converted by intervaltous. When expinterval is BRCFMCCMINTERVALNONE or out of...

0.00173EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/07/27 8:10 p.m.13 views

EUVD-2026-49588

In the Linux kernel, the following vulnerability has been resolved: bridge: cfm: reject invalid CCM interval at configuration time ccmtxworkexpired re-arms itself via queuedelayedwork using the configured expinterval converted by intervaltous. When expinterval is BRCFMCCMINTERVALNONE or out of...

5.7AI score0.00173EPSS
SaveExploits0References7
CVE
CVE
added 2026/07/27 8:10 p.m.41 views

CVE-2026-64537

The CVE-2026-64537 issue affects the Linux kernel bridge subsystem (CFM) where cfm_tx_work_expired() re-arms with interval_to_us() using exp_interval. If exp_interval is BR_CFM_CCM_INTERVAL_NONE or out of range, interval_to_us() returns 0, causing the worker to run immediately in a tight loop and...

5.7AI score0.00173EPSS
SaveExploits0References7
OSV
OSV
added 2026/07/27 8:10 p.m.11 views

CVE-2026-64537 bridge: cfm: reject invalid CCM interval at configuration time

In the Linux kernel, the following vulnerability has been resolved: bridge: cfm: reject invalid CCM interval at configuration time ccmtxworkexpired re-arms itself via queuedelayedwork using the configured expinterval converted by intervaltous. When expinterval is BRCFMCCMINTERVALNONE or out of...

5.7AI score
SaveExploits0References10
Rockylinux
Rockylinux
added 2026/07/27 12:07 p.m.13 views

kernel security update

An update is available for kernel. This update affects Rocky Linux 10. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list The kernel packages contain the Linux kernel, the core of any Linux operating...

8.8CVSS6AI score0.00347EPSS
SaveExploits4
EUVD
EUVD
added 2026/07/27 6:32 a.m.18 views

EUVD-2026-49109

In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: reject oversized nested action attrs Open vSwitch stores generated flow actions as nlattrs, whose nlalen field is u16. Commit a1e64addf3ff "net: openvswitch: remove misbehaving actions length check" allowed the...

5.7AI score0.0038EPSS
SaveExploits2References7
Positive Technologies
Positive Technologies
added 2026/07/27 12:00 a.m.12 views

PT-2026-65228

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An information leak exists in the psample module. The implementation uses open coding instead of the nla put function to avoid zeroing data before overriding it with packet data. However...

5.5AI score0.00177EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/27 12:00 a.m.13 views

PT-2026-65212

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the bridge CFM component where the ccm tx work expired function re-arms itself using queue delayed work based on a configured exp interval converted by interval to us...

6AI score0.00173EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/07/27 12:00 a.m.15 views

RockyLinux 10 : kernel (RLSA-2026:45114)

The remote RockyLinux 10 host has packages installed that are affected by multiple vulnerabilities as referenced in the RLSA-2026:45114 advisory. kernel: fs/notify: call exportfsencodefid with sumount CVE-2025-40237 kernel: scsi: core: Wake up the error handler when final completions race against...

8.1CVSS6AI score0.00288EPSS
SaveExploits0References13
SUSE CVE
SUSE CVE
added 2026/07/25 3:57 p.m.12 views

SUSE CVE-2026-64526

In the Linux kernel, the following vulnerability has been resolved: ethtool: tsconfig: fix missing ethnlopscomplete tsconfigpreparedata calls ethnlopsbegin, we need to call ethnlopscomplete before returning the error...

5.7AI score0.00155EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/25 8:50 a.m.13 views

EUVD-2026-48958

In the Linux kernel, the following vulnerability has been resolved: netfilter: handle unreadable frags sashiko reports: When an skb with unreadable fragments such as from devmem TCP, where skbfragsreadableskb returns false is processed by the u32 module, skbcopybits will safely return a negative...

5.8AI score0.00441EPSS
SaveExploits0References4
CloudLinux
CloudLinux
added 2026/07/25 8:46 a.m.28 views

kernel: Fix of 43 CVEs

Bluetooth: hcisysfs: Fix attempting to call deviceadd multiple times CVE-2022-50419 - firewire: net: fix use after free in fwnetfinishincomingpacket CVE-2023-53432 - wifi: brcmfmac: fix use-after-free bug in brcmfnetdevstartxmit CVE-2022-50408 - wifi: brcmfmac: slab-out-of-bounds read in...

9.8CVSS7.1AI score0.22293EPSS
SaveExploits0References43
Positive Technologies
Positive Technologies
added 2026/07/25 12:00 a.m.36 views

PT-2026-64757

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the ethtool component where the tsconfig prepare data function calls ethnl ops begin but fails to call ethnl ops complete before returning an error. Recommendations At...

5.8AI score0.00155EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2026/07/24 11:19 a.m.16 views

kernel: rtnetlink: add missing netlink_ns_capable() check for peer netns

A flaw was found in the Linux kernel's rtnetlink component. An unprivileged local user, leveraging a user namespace, can exploit a missing CAPNETADMIN capability check in the rtnlnewlink function. This allows the user to create paired network devices in arbitrary network namespaces, including the...

5.5CVSS5.9AI score0.00119EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/07/21 11:45 p.m.9 views

CVE-2026-63987

A flaw was found in the Linux kernel's ethtool subsystem. The ethnlupdateprofile function, responsible for updating profile settings, does not properly validate user-controlled input when processing Netlink nest lists. This allows a local attacker to cause an out-of-bounds write, potentially...

7.8CVSS5.4AI score0.00129EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/07/21 11:40 p.m.11 views

CVE-2026-63985

A flaw was found in the Linux kernel's ethtool component, specifically within the EEPROM Netlink fallback path. The fallbacksetparams function fails to properly validate the length of data being read from the module's EEPROM, allowing for an out-of-bounds read. Additionally, the eepromfallback...

7.8CVSS5.3AI score0.00129EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/07/21 7:04 p.m.17 views

CVE-2026-63860

A flaw was found in the Linux kernel's RDMA/core component. This vulnerability arises from the improper handling of Netlink Attribute NLA strings, where attributes evaluated as C-strings do not properly check for a null terminator. A local attacker could potentially provide specially crafted inpu...

8.4CVSS5.3AI score0.00145EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/07/21 1:03 p.m.22 views

SUSE CVE-2026-63914

In the Linux kernel, the following vulnerability has been resolved: xfrm: route MIGRATE notifications to caller's netns xfrmsendmigrate in net/xfrm/xfrmuser.c and pfkeysendmigrate in net/key/afkey.c both hardcode &initnet for the multicast that announces a successful XFRMMSGMIGRATE / SADBXMIGRATE...

7.3CVSS5.4AI score0.0016EPSS
SaveExploits0References3
Rows per page
Query Builder