Lucene search
K

618 matches found

RedhatCVE
RedhatCVE
added 2025/12/31 2:24 p.m.2 views

CVE-2023-54265

In the Linux kernel, the following vulnerability has been resolved: ipv6: Fix an uninit variable access bug in ip6makeskb Syzbot reported a bug as following: ===================================================== BUG: KMSAN: uninit-value in archatomic64inc arch/x86/include/asm/atomic6464.h:88 inli...

5.5CVSS5AI score0.00029EPSS
Exploits0References4
Tenable Nessus
Tenable Nessus
added 2025/12/31 12:0 a.m.2 views

Linux Distros Unpatched Vulnerability : CVE-2023-54265

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ipv6: Fix an uninit variable access bug in ip6makeskb Syzbot reported a bug as following: ===================================================== BUG: KMSAN:...

6.1AI score0.00029EPSS
Exploits0References3
EUVD
EUVD
added 2025/12/30 3:30 p.m.2 views

EUVD-2023-60446

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix timeout of a call that hasn't yet been granted a channel afsmakecall calls rxrpckernelbegincall to begin a call which may get stalled in the background waiting for a connection to become available; it then calls...

5.8AI score0.0002EPSS
Exploits0References4
UbuntuCve
UbuntuCve
added 2025/12/30 1:16 p.m.1 views

CVE-2023-54265

In the Linux kernel, the following vulnerability has been resolved: ipv6: Fix an uninit variable access bug in ip6makeskb Syzbot reported a bug as following: ===================================================== BUG: KMSAN: uninit-value in archatomic64inc arch/x86/include/asm/atomic6464.h:88 inli...

5.9AI score0.00029EPSS
Exploits0References10
CVE
CVE
added 2025/12/30 12:15 p.m.6 views

CVE-2023-54265

CVE-2023-54265 affects the Linux kernel: an uninit variable access in __ip6_make_skb() can occur when icmp6hdr is not in the skb’s linear region (notably with SOCK_RAW); the fix uses a local icmp6_type to carry the correct value across scenarios. Public advisories from multiple vendors (Red Hat, ...

5.9AI score0.00029EPSS
Exploits0References8
Tenable Nessus
Tenable Nessus
added 2025/12/30 12:0 a.m.1 views

Unity Linux 20.1060e / 20.1070e Security Update: kernel (UTSA-2025-992671)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992671 advisory. In the Linux kernel, the following vulnerability has been resolved: spufs: fix a leak in spufscreatecontext Leak fixes back in 2008 missed one case - if we are tryin...

5.5CVSS6.2AI score0.00019EPSS
Exploits0References4
Tenable Nessus
Tenable Nessus
added 2025/12/29 12:0 a.m.2 views

Linux Distros Unpatched Vulnerability : CVE-2025-68750

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - usb: potential integer overflow in usbgmaketpg The variable tpgt in usbgmaketpg is defined as unsigned long and is assigned to tpgt-tporttpgt, which is defined ...

6AI score0.00046EPSS
Exploits0References2
SUSE CVE
SUSE CVE
added 2025/12/25 1:4 a.m.2 views

SUSE CVE-2022-50751

In the Linux kernel, the following vulnerability has been resolved: configfs: fix possible memory leak in configfscreatedir kmemleak reported memory leaks in configfscreatedir: unreferenced object 0xffff888009f6af00 size 192: comm "modprobe", pid 3777, jiffies 4295537735 age 233.784s backtrace:...

3.3CVSS6.5AI score0.00062EPSS
Exploits0References8
EUVD
EUVD
added 2025/12/24 6:30 p.m.2 views

EUVD-2025-205291

In the Linux kernel, the following vulnerability has been resolved: usb: potential integer overflow in usbgmaketpg The variable tpgt in usbgmaketpg is defined as unsigned long and is assigned to tpgt-tporttpgt, which is defined as u16. This may cause an integer overflow when tpgt is greater than...

6.4AI score0.00046EPSS
Exploits0References9
NVD
NVD
added 2025/12/24 4:15 p.m.4 views

CVE-2025-68750

In the Linux kernel, the following vulnerability has been resolved: usb: potential integer overflow in usbgmaketpg The variable tpgt in usbgmaketpg is defined as unsigned long and is assigned to tpgt-tporttpgt, which is defined as u16. This may cause an integer overflow when tpgt is greater than...

0.00046EPSS
Exploits0References8
OSV
OSV
added 2025/12/24 4:15 p.m.1 views

UBUNTU-CVE-2025-68750

In the Linux kernel, the following vulnerability has been resolved: usb: potential integer overflow in usbgmaketpg The variable tpgt in usbgmaketpg is defined as unsigned long and is assigned to tpgt-tporttpgt, which is defined as u16. This may cause an integer overflow when tpgt is greater than...

5.8AI score0.00046EPSS
Exploits0References27
UbuntuCve
UbuntuCve
added 2025/12/24 4:15 p.m.1 views

CVE-2025-68750

In the Linux kernel, the following vulnerability has been resolved: usb: potential integer overflow in usbgmaketpg The variable tpgt in usbgmaketpg is defined as unsigned long and is assigned to tpgt-tporttpgt, which is defined as u16. This may cause an integer overflow when tpgt is greater than...

5.8AI score0.00046EPSS
Exploits0References26
CVE
CVE
added 2025/12/24 3:51 p.m.9 views

CVE-2025-68750

CVE-2025-68750 : In the Linux kernel, a potential integer overflow existed in usb/ usbg_make_tpg() where a tpgt value (unsigned long) could overflow when assigned to tpgt->tport_tpgt (u16). The fix changes tpgt’s type to match tpgt->tport_tpgt to avoid overflow. Connected advisories corrobo...

6.5AI score0.00046EPSS
Exploits0References8
CVE
CVE
added 2025/12/24 1:5 p.m.4 views

CVE-2022-50770

Affected software: Linux kernel ocfs2 filesystem code. Issue: memory leak in ocfs2_mount_volume() related to replay_map not freed on error paths, and replay_map memory not freed if d_make_root() fails in ocfs2_fill_super(). Consequence: potential memory leak during mount/recovery of OCFS2 volumes...

6.1AI score0.00062EPSS
Exploits0References6
OSV
OSV
added 2025/12/24 1:5 p.m.2 views

CVE-2022-50751 configfs: fix possible memory leak in configfs_create_dir()

In the Linux kernel, the following vulnerability has been resolved: configfs: fix possible memory leak in configfscreatedir kmemleak reported memory leaks in configfscreatedir: unreferenced object 0xffff888009f6af00 size 192: comm "modprobe", pid 3777, jiffies 4295537735 age 233.784s backtrace:...

6.4AI score0.00062EPSS
Exploits0References9
EUVD
EUVD
added 2025/12/09 6:30 p.m.3 views

EUVD-2025-201989

Improper Neutralization of Input During Web Page Generation 'Cross-site Scripting' vulnerability in Riyadh Ahmed Make Section & Column Clickable For Elementor make-section-column-clickable-elementor allows Stored XSS.This issue affects Make Section & Column Clickable For Elementor: from n/a throu...

5.5AI score0.00027EPSS
Exploits0References2
NVD
NVD
added 2025/12/09 4:18 p.m.2 views

CVE-2025-63033

Improper Neutralization of Input During Web Page Generation 'Cross-site Scripting' vulnerability in Riyadh Ahmed Make Section & Column Clickable For Elementor make-section-column-clickable-elementor allows Stored XSS.This issue affects Make Section & Column Clickable For Elementor: from n/a throu...

5.9CVSS0.00027EPSS
Exploits0References1
Cvelist
Cvelist
added 2025/12/09 2:52 p.m.28 views

CVE-2025-63033 WordPress Make Section & Column Clickable For Elementor plugin <= 2.4 - Cross Site Scripting (XSS) vulnerability

Improper Neutralization of Input During Web Page Generation 'Cross-site Scripting' vulnerability in Riyadh Ahmed Make Section & Column Clickable For Elementor make-section-column-clickable-elementor allows Stored XSS.This issue affects Make Section & Column Clickable For Elementor: from n/a throu...

5.9CVSS0.00027EPSS
Exploits0References1
Vulnrichment
Vulnrichment
added 2025/12/09 2:52 p.m.2 views

CVE-2025-63033 WordPress Make Section & Column Clickable For Elementor plugin <= 2.4 - Cross Site Scripting (XSS) vulnerability

Improper Neutralization of Input During Web Page Generation 'Cross-site Scripting' vulnerability in Riyadh Ahmed Make Section & Column Clickable For Elementor make-section-column-clickable-elementor allows Stored XSS.This issue affects Make Section & Column Clickable For Elementor: from n/a throu...

5.9CVSS5.2AI score0.00027EPSS
Exploits0References1
CVE
CVE
added 2025/12/09 2:52 p.m.10 views

CVE-2025-63033

CVE-2025-63033 concerns the WordPress plugin Make Section & Column Clickable For Elementor (versions ≤ 2.3). It enables Stored XSS due to improper input neutralization during web page generation. Wordfence’s vulnerability summary indicates patching in the 2.4 release, mitigating the issue; Patchs...

5.9CVSS5.2AI score0.00027EPSS
Exploits0References1
Rows per page
Query Builder