Lucene search
+L

20 matches found

AstraLinux
AstraLinux
added 2026/06/24 3:11 p.m.5 views

Astra Linux – Vulnerability found in Linux 6.1, Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: net/hsr: A NULL pointer dereference was fixed in prpgetuntaggedframe. prpgetuntaggedframe calls pskbcopy to create frame-skbstd, but does not check whether the allocation fails. If pskbcopy returns NULL, skbclone is called with a...

5.4AI score0.00177EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/04/22 12:0 a.m.9 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2026-013566)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-013566 advisory. In the Linux kernel, the following vulnerability has been resolved: net: hsr: avoid possible NULL deref in skbclone syzbot got a crash 1 in skbclone, caused by a bug...

5.7AI score0.00208EPSS
SaveExploits0References4
BDU FSTEC
BDU FSTEC
added 2026/01/23 12:0 a.m.8 views

The vulnerability of the prp_get_untagged_frame() function in the net/hsr module of the Linux operating system’s High-Speed Reservation (HSR) protocol implementation allows a attacker to disclose protected information.

The vulnerability of the prpgetuntaggedframe function in the net/hsr module of the Linux operating system’s High-Speed Reservation Resource HSR protocol involves an operation that occurs outside of the buffer boundaries. Exploiting this vulnerability could allow an attacker to disclose protected...

5.5CVSS6.1AI score0.00177EPSS
SaveExploits0References13Affected Software5
Microsoft CVE
Microsoft CVE
added 2026/01/15 9:6 a.m.8 views

net/hsr: fix NULL pointer dereference in prp_get_untagged_frame()

...

5.5CVSS5.4AI score0.00177EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2026/01/15 12:26 a.m.9 views

SUSE CVE-2025-68776

In the Linux kernel, the following vulnerability has been resolved: net/hsr: fix NULL pointer dereference in prpgetuntaggedframe prpgetuntaggedframe calls pskbcopy to create frame-skbstd but doesn't check if the allocation failed. If pskbcopy returns NULL, skbclone is called with a NULL pointer,...

5.9CVSS6.4AI score0.00177EPSS
SaveExploits0References20
NVD
NVD
added 2026/01/13 4:15 p.m.6 views

CVE-2025-68776

In the Linux kernel, the following vulnerability has been resolved: net/hsr: fix NULL pointer dereference in prpgetuntaggedframe prpgetuntaggedframe calls pskbcopy to create frame-skbstd but doesn't check if the allocation failed. If pskbcopy returns NULL, skbclone is called with a NULL pointer,...

0.00177EPSS
SaveExploits0References8
OSV
OSV
added 2026/01/13 4:15 p.m.16 views

AZL-74468 CVE-2025-68776 affecting package kernel for versions less than 6.6.121.1-1

In the Linux kernel, the following vulnerability has been resolved: net/hsr: fix NULL pointer dereference in prpgetuntaggedframe prpgetuntaggedframe calls pskbcopy to create frame-skbstd but doesn't check if the allocation failed. If pskbcopy returns NULL, skbclone is called with a NULL pointer,...

5.8AI score0.00177EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/01/13 4:15 p.m.9 views

CVE-2025-68776

In the Linux kernel, the following vulnerability has been resolved: net/hsr: fix NULL pointer dereference in prpgetuntaggedframe prpgetuntaggedframe calls pskbcopy to create frame-skbstd but doesn't check if the allocation failed. If pskbcopy returns NULL, skbclone is called with a NULL pointer,...

5.7AI score0.00177EPSS
SaveExploits0References37
OSV
OSV
added 2026/01/13 4:15 p.m.7 views

UBUNTU-CVE-2025-68776

In the Linux kernel, the following vulnerability has been resolved: net/hsr: fix NULL pointer dereference in prpgetuntaggedframe prpgetuntaggedframe calls pskbcopy to create frame-skbstd but doesn't check if the allocation failed. If pskbcopy returns NULL, skbclone is called with a NULL pointer,...

5.7AI score0.00177EPSS
SaveExploits0References38
Debian CVE
Debian CVE
added 2026/01/13 3:28 p.m.8 views

CVE-2025-68776

In the Linux kernel, the following vulnerability has been resolved: net/hsr: fix NULL pointer dereference in prpgetuntaggedframe prpgetuntaggedframe calls pskbcopy to create frame-skbstd but doesn't check if the allocation failed. If pskbcopy returns NULL, skbclone is called with a NULL pointer,...

5.3AI score0.00177EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2026/01/13 3:28 p.m.3 views

CVE-2025-68776

In the Linux kernel, the following vulnerability has been resolved: net/hsr: fix NULL pointer dereference in prpgetuntaggedframe prpgetuntaggedframe calls pskbcopy to create frame-skbstd but doesn't check if the allocation failed. If pskbcopy returns NULL, skbclone is called with a NULL pointer,...

5.2AI score0.00177EPSS
SaveExploits0References8Affected Software1
CVE
CVE
added 2026/01/13 3:28 p.m.36 views

CVE-2025-68776

CVE-2025-68776 affects the Linux kernel path in net/hsr where prp_get_untagged_frame() uses __pskb_copy() to build frame->skb_std. If __pskb_copy() returns NULL (allocation failure), skb_clone() is called on NULL, causing a crash (general protection fault) as described in the CVE description. ...

6AI score0.00177EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2025/12/31 12:32 a.m.21 views

SUSE CVE-2022-50817

In the Linux kernel, the following vulnerability has been resolved: net: hsr: avoid possible NULL deref in skbclone syzbot got a crash 1 in skbclone, caused by a bug in hsrgetuntaggedframe. When/if createstrippedskbhsr returns NULL, we must not attempt to call skbclone. While we are at it, replac...

5.3CVSS6.4AI score0.00208EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/12/30 3:30 p.m.7 views

EUVD-2022-55881

In the Linux kernel, the following vulnerability has been resolved: net: hsr: avoid possible NULL deref in skbclone syzbot got a crash 1 in skbclone, caused by a bug in hsrgetuntaggedframe. When/if createstrippedskbhsr returns NULL, we must not attempt to call skbclone. While we are at it, replac...

5.9AI score0.00208EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/30 1:15 p.m.14 views

UBUNTU-CVE-2022-50817

In the Linux kernel, the following vulnerability has been resolved: net: hsr: avoid possible NULL deref in skbclone syzbot got a crash 1 in skbclone, caused by a bug in hsrgetuntaggedframe. When/if createstrippedskbhsr returns NULL, we must not attempt to call skbclone. While we are at it, replac...

5.7AI score0.00208EPSS
SaveExploits0References7
CVE
CVE
added 2025/12/30 12:8 p.m.22 views

CVE-2022-50817

CVE-2022-50817 : Linux kernel vulnerability in the HSR path where a NULL pointer deference could occur in skb_clone(), triggered by a bug in hsr_get_untagged_frame(). The issue arises when create_stripped_skb_hsr() returns NULL and skb_clone() is still invoked. Documents consistently describe the...

6AI score0.00208EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/30 12:8 p.m.5 views

CVE-2022-50817 net: hsr: avoid possible NULL deref in skb_clone()

In the Linux kernel, the following vulnerability has been resolved: net: hsr: avoid possible NULL deref in skbclone syzbot got a crash 1 in skbclone, caused by a bug in hsrgetuntaggedframe. When/if createstrippedskbhsr returns NULL, we must not attempt to call skbclone. While we are at it, replac...

6.3AI score
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2025/12/30 12:0 a.m.21 views

PT-2025-53935

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.0.0-syzkaller-02734-g0326074ff465 Description The Linux kernel contained a flaw within the networking component, specifically in the hsr High Speed Resilient functionality. A null dereference issue was identifi...

6.7AI score0.00208EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2025/11/29 12:0 a.m.7 views

PT-2026-2508

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw in the net/hsr subsystem, specifically within the prp get untagged frame function. This function calls pskb copy to allocate memory for frame-skb std, bu...

4.6CVSS5.4AI score0.00177EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/06/20 11:13 a.m.35 views

CVE-2022-48748 net: bridge: vlan: fix memory leak in __allowed_ingress

In the Linux kernel, the following vulnerability has been resolved: net: bridge: vlan: fix memory leak in allowedingress When using per-vlan state, if vlan snooping and stats are disabled, untagged or priority-tagged ingress frame will go to check pvid state. If the port state is forwarding and t...

0.01128EPSS
SaveExploits0References4
Rows per page
Query Builder