Lucene search
+L

3632 matches found

OSV
OSV
added 2025/09/19 4:15 p.m.1 views

DEBIAN-CVE-2025-39851

In the Linux kernel, the following vulnerability has been resolved: vxlan: Fix NPD when refreshing an FDB entry with a nexthop object VXLAN FDB entries can point to either a remote destination or an FDB nexthop group. The latter is usually used in EVPN deployments where learning is disabled...

5.5CVSS5.4AI score0.00274EPSS
SaveExploits0References1
NVD
NVD
added 2025/09/19 4:15 p.m.22 views

CVE-2025-39848

In the Linux kernel, the following vulnerability has been resolved: ax25: properly unshare skbs in ax25kissrcv Bernard Pidoux reported a regression apparently caused by commit c353e8983e0d "net: introduce per netns packet chains". skb-dev becomes NULL and we crash in netifreceiveskbcore. Before...

8.8CVSS0.0022EPSS
SaveExploits0References11
OSV
OSV
added 2025/09/19 4:15 p.m.7 views

AZL-72343 CVE-2025-39851 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: vxlan: Fix NPD when refreshing an FDB entry with a nexthop object VXLAN FDB entries can point to either a remote destination or an FDB nexthop group. The latter is usually used in EVPN deployments where learning is disabled...

7.5CVSS5.6AI score0.00274EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/19 4:15 p.m.12 views

AZL-67514 CVE-2025-39839 affecting package kernel for versions less than 6.6.112.1-1

In the Linux kernel, the following vulnerability has been resolved: batman-adv: fix OOB read/write in network-coding decode batadvncskbdecodepacket trusts codedlen and checks only against skb-len. XOR starts at sizeofstruct batadvunicastpacket, reducing payload headroom, and the source skb length...

8.8CVSS5.6AI score0.00236EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/19 4:15 p.m.7 views

UBUNTU-CVE-2025-39848

In the Linux kernel, the following vulnerability has been resolved: ax25: properly unshare skbs in ax25kissrcv Bernard Pidoux reported a regression apparently caused by commit c353e8983e0d "net: introduce per netns packet chains". skb-dev becomes NULL and we crash in netifreceiveskbcore. Before...

8.8CVSS5.9AI score0.0022EPSS
SaveExploits0References30
Vulnrichment
Vulnrichment
added 2025/09/19 3:26 p.m.3 views

CVE-2025-39862 wifi: mt76: mt7915: fix list corruption after hardware restart

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7915: fix list corruption after hardware restart Since stations are recreated from scratch, all lists that wcids are added to must be cleared before calling ieee80211restarthw. Set wcid-sta = 0 for each wcid entry i...

8.8CVSS6.2AI score0.00177EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/09/19 3:26 p.m.26 views

CVE-2025-39851 vxlan: Fix NPD when refreshing an FDB entry with a nexthop object

In the Linux kernel, the following vulnerability has been resolved: vxlan: Fix NPD when refreshing an FDB entry with a nexthop object VXLAN FDB entries can point to either a remote destination or an FDB nexthop group. The latter is usually used in EVPN deployments where learning is disabled...

7.5CVSS0.00274EPSS
SaveExploits0References3
CVE
CVE
added 2025/09/19 3:26 p.m.49 views

CVE-2025-39849

CVE-2025-39849 refers to a Linux kernel vulnerability in the wifi: cfg80211: sme: cap SSID length in __cfg80211_connect_result() path. The issue allows memory corruption if ssid->datalen exceeds IEEE80211_MAX_SSID_LEN (32) due to missing bounds checks. The connected documents confirm this CVE ...

8.8CVSS6.2AI score0.00202EPSS
SaveExploits0References7Affected Software1
Positive Technologies
Positive Technologies
added 2025/09/19 12:0 a.m.8 views

PT-2025-38545

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw where a NULL pointer dereference can occur during UTF16 conversion within the CIFS implementation. Specifically, a NULL pointer can be passed to the cifs...

5.5CVSS6.1AI score0.00146EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/09/18 11:43 p.m.4 views

SUSE CVE-2022-50400

In the Linux kernel, the following vulnerability has been resolved: staging: greybus: audiohelper: remove unused and wrong debugfs usage In the greybus audiohelper code, the debugfs file for the dapm has the potential to be removed and memory will be leaked. There is also the very real potential...

5.5CVSS5.2AI score0.00135EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/09/18 11:38 p.m.7 views

SUSE CVE-2023-53352

In the Linux kernel, the following vulnerability has been resolved: drm/ttm: check null pointer before accessing when swapping Add a check to avoid null pointer dereference as below: 90.002283 general protection fault, probably for non-canonical address 0xdffffc0000000000: 0000 1 PREEMPT SMP KASA...

5.5CVSS6.4AI score0.00184EPSS
SaveExploits0References19
SUSE CVE
SUSE CVE
added 2025/09/18 11:37 p.m.5 views

SUSE CVE-2023-53433

In the Linux kernel, the following vulnerability has been resolved: net: add vlangetprotocolanddepth helper Before blamed commit, pskbmaypull was used instead of skbheaderpointer in vlangetprotocol and friends. Few callers depended on skb-head being populated with MAC header, syzbot caught one of...

5.5CVSS6.5AI score0.00136EPSS
SaveExploits0References4
NVD
NVD
added 2025/09/18 4:15 p.m.8 views

CVE-2023-53433

In the Linux kernel, the following vulnerability has been resolved: net: add vlangetprotocolanddepth helper Before blamed commit, pskbmaypull was used instead of skbheaderpointer in vlangetprotocol and friends. Few callers depended on skb-head being populated with MAC header, syzbot caught one of...

5.5CVSS0.00136EPSS
SaveExploits0References6
CVE
CVE
added 2025/09/18 4:4 p.m.35 views

CVE-2023-53433

CVE-2023-53433 affects the Linux kernel’s VLAN handling. The issue arises from the change to add a new helper, vlan_get_protocol_and_depth(), to fix callers that relied on skb->head for MAC header data. Before the fix, code paths used pskb_may_pull() instead of skb_header_pointer() in __vlan_g...

5.5CVSS6AI score0.00136EPSS
SaveExploits0References6Affected Software1
Vulnrichment
Vulnrichment
added 2025/09/18 4:4 p.m.4 views

CVE-2023-53432 firewire: net: fix use after free in fwnet_finish_incoming_packet()

In the Linux kernel, the following vulnerability has been resolved: firewire: net: fix use after free in fwnetfinishincomingpacket The netifrx function frees the skb so we can't dereference it to save the skb-len...

6.4AI score0.00191EPSS
SaveExploits0References4
OSV
OSV
added 2025/09/18 4:4 p.m.4 views

CVE-2023-53431 scsi: ses: Handle enclosure with just a primary component gracefully

In the Linux kernel, the following vulnerability has been resolved: scsi: ses: Handle enclosure with just a primary component gracefully This reverts commit 3fe97ff3d949 "scsi: ses: Don't attach if enclosure has no components" and introduces proper handling of case where there are no detected...

8.8CVSS5AI score
SaveExploits0References10
Cvelist
Cvelist
added 2025/09/18 4:4 p.m.14 views

CVE-2023-53431 scsi: ses: Handle enclosure with just a primary component gracefully

In the Linux kernel, the following vulnerability has been resolved: scsi: ses: Handle enclosure with just a primary component gracefully This reverts commit 3fe97ff3d949 "scsi: ses: Don't attach if enclosure has no components" and introduces proper handling of case where there are no detected...

8.8CVSS0.00202EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/09/18 4:3 p.m.5 views

CVE-2022-50414

In the Linux kernel, the following vulnerability has been resolved: scsi: fcoe: Fix transport not deattached when fcoeifinit fails fcoeinit calls fcoetransportattach&fcoeswtransport, but when fcoeifinit fails, &fcoeswtransport is not detached and leaves freed &fcoeswtransport on fcoetransports...

5.5CVSS5.3AI score0.00149EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2025/09/18 4:3 p.m.4 views

CVE-2022-50414 scsi: fcoe: Fix transport not deattached when fcoe_if_init() fails

In the Linux kernel, the following vulnerability has been resolved: scsi: fcoe: Fix transport not deattached when fcoeifinit fails fcoeinit calls fcoetransportattach&fcoeswtransport, but when fcoeifinit fails, &fcoeswtransport is not detached and leaves freed &fcoeswtransport on fcoetransports...

6.1AI score0.00149EPSS
SaveExploits0References9
OSV
OSV
added 2025/09/18 2:15 p.m.7 views

UBUNTU-CVE-2023-53376

In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Use number of bits to manage bitmap sizes To allocate bitmaps, the mpi3mr driver calculates sizes of bitmaps using byte as unit. However, bitmap helper functions assume that bitmaps are allocated using unsigned long...

7.8CVSS5.7AI score0.00151EPSS
SaveExploits0References6
Rows per page
Query Builder