Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

Количество 26 125

Количество 26 125

msrc логотип

CVE-2025-23266

6 месяцев назад

NVIDIA Container Toolkit for all platforms contains a vulnerability in some hooks used to initialize the container, where an attacker could execute arbitrary code with elevated permissions. A successful exploit of this vulnerability might lead to escalation of privileges, data tampering, information disclosure, and denial of service.

CVSS3: 9
EPSS: Низкий
msrc логотип

CVE-2025-23167

9 месяцев назад

A flaw in Node.js 20's HTTP parser allows improper termination of HTTP/1 headers using `\r\n\rX` instead of the required `\r\n\r\n`. This inconsistency enables request smuggling, allowing attackers to bypass proxy-based access controls and submit unauthorized requests. The issue was resolved by upgrading `llhttp` to version 9, which enforces correct header termination. Impact: * This vulnerability affects only Node.js 20.x users prior to the `llhttp` v9 upgrade.

CVSS3: 6.5
EPSS: Низкий
msrc логотип

CVE-2025-23166

около 1 года назад

The C++ method SignTraits::DeriveBits() may incorrectly call ThrowException() based on user-supplied inputs when executing in a background thread, crashing the Node.js process. Such cryptographic operations are commonly applied to untrusted inputs. Thus, this mechanism potentially allows an adversary to remotely crash a Node.js runtime.

CVSS3: 7.5
EPSS: Низкий
msrc логотип

CVE-2025-23165

около 1 года назад

In Node.js, the `ReadFileUtf8` internal binding leaks memory due to a corrupted pointer in `uv_fs_s.file`: a UTF-16 path buffer is allocated but subsequently overwritten when the file descriptor is set. This results in an unrecoverable memory leak on every call. Repeated use can cause unbounded memory growth, leading to a denial of service. Impact: * This vulnerability affects APIs relying on `ReadFileUtf8` on Node.js release lines: v20 and v22.

CVSS3: 3.7
EPSS: Низкий
msrc логотип

CVE-2025-23163

6 месяцев назад

net: vlan: don't propagate flags on open

CVSS3: 5.5
EPSS: Низкий
msrc логотип

CVE-2025-23161

около 1 года назад

PCI: vmd: Make vmd_dev::cfg_lock a raw_spinlock_t type

CVSS3: 3.3
EPSS: Низкий
msrc логотип

CVE-2025-23159

около 1 года назад

media: venus: hfi: add a check to handle OOB in sfr region

CVSS3: 5.5
EPSS: Низкий
msrc логотип

CVE-2025-23158

6 месяцев назад

media: venus: hfi: add check to handle incorrect queue size

CVSS3: 5.5
EPSS: Низкий
msrc логотип

CVE-2025-23157

6 месяцев назад

media: venus: hfi_parser: add check to avoid out of bound access

CVSS3: 5.5
EPSS: Низкий
msrc логотип

CVE-2025-23156

около 1 года назад

media: venus: hfi_parser: refactor hfi packet parsing logic

CVSS3: 5.5
EPSS: Низкий
msrc логотип

CVE-2025-23155

12 месяцев назад

net: stmmac: Fix accessing freed irq affinity_hint

CVSS3: 5.5
EPSS: Низкий
msrc логотип

CVE-2025-23150

6 месяцев назад

ext4: fix off-by-one error in do_split

CVSS3: 5.5
EPSS: Низкий
msrc логотип

CVE-2025-23148

6 месяцев назад

soc: samsung: exynos-chipid: Add NULL pointer check in exynos_chipid_probe()

CVSS3: 5.5
EPSS: Низкий
msrc логотип

CVE-2025-23147

6 месяцев назад

i3c: Add NULL pointer check in i3c_master_queue_ibi()

CVSS3: 5.5
EPSS: Низкий
msrc логотип

CVE-2025-23146

6 месяцев назад

mfd: ene-kb3930: Fix a potential NULL pointer dereference

CVSS3: 5.5
EPSS: Низкий
msrc логотип

CVE-2025-23145

6 месяцев назад

mptcp: fix NULL pointer in can_accept_new_subflow

CVSS3: 5.5
EPSS: Низкий
msrc логотип

CVE-2025-23144

около 1 года назад

backlight: led_bl: Hold led_access lock when calling led_sysfs_disable()

CVSS3: 5.5
EPSS: Низкий
msrc логотип

CVE-2025-23143

10 месяцев назад

net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod.

CVSS3: 5.5
EPSS: Низкий
msrc логотип

CVE-2025-23142

около 1 года назад

sctp: detect and prevent references to a freed transport in sendmsg

CVSS3: 5.5
EPSS: Низкий
msrc логотип

CVE-2025-23141

около 1 года назад

KVM: x86: Acquire SRCU in KVM_GET_MP_STATE to protect guest memory accesses

CVSS3: 5.5
EPSS: Низкий

Уязвимостей на страницу

Уязвимость
CVSS
EPSS
Опубликовано
msrc логотип
CVE-2025-23266

NVIDIA Container Toolkit for all platforms contains a vulnerability in some hooks used to initialize the container, where an attacker could execute arbitrary code with elevated permissions. A successful exploit of this vulnerability might lead to escalation of privileges, data tampering, information disclosure, and denial of service.

CVSS3: 9
3%
Низкий
6 месяцев назад
msrc логотип
CVE-2025-23167

A flaw in Node.js 20's HTTP parser allows improper termination of HTTP/1 headers using `\r\n\rX` instead of the required `\r\n\r\n`. This inconsistency enables request smuggling, allowing attackers to bypass proxy-based access controls and submit unauthorized requests. The issue was resolved by upgrading `llhttp` to version 9, which enforces correct header termination. Impact: * This vulnerability affects only Node.js 20.x users prior to the `llhttp` v9 upgrade.

CVSS3: 6.5
1%
Низкий
9 месяцев назад
msrc логотип
CVE-2025-23166

The C++ method SignTraits::DeriveBits() may incorrectly call ThrowException() based on user-supplied inputs when executing in a background thread, crashing the Node.js process. Such cryptographic operations are commonly applied to untrusted inputs. Thus, this mechanism potentially allows an adversary to remotely crash a Node.js runtime.

CVSS3: 7.5
1%
Низкий
около 1 года назад
msrc логотип
CVE-2025-23165

In Node.js, the `ReadFileUtf8` internal binding leaks memory due to a corrupted pointer in `uv_fs_s.file`: a UTF-16 path buffer is allocated but subsequently overwritten when the file descriptor is set. This results in an unrecoverable memory leak on every call. Repeated use can cause unbounded memory growth, leading to a denial of service. Impact: * This vulnerability affects APIs relying on `ReadFileUtf8` on Node.js release lines: v20 and v22.

CVSS3: 3.7
1%
Низкий
около 1 года назад
msrc логотип
CVE-2025-23163

net: vlan: don't propagate flags on open

CVSS3: 5.5
0%
Низкий
6 месяцев назад
msrc логотип
CVE-2025-23161

PCI: vmd: Make vmd_dev::cfg_lock a raw_spinlock_t type

CVSS3: 3.3
0%
Низкий
около 1 года назад
msrc логотип
CVE-2025-23159

media: venus: hfi: add a check to handle OOB in sfr region

CVSS3: 5.5
0%
Низкий
около 1 года назад
msrc логотип
CVE-2025-23158

media: venus: hfi: add check to handle incorrect queue size

CVSS3: 5.5
0%
Низкий
6 месяцев назад
msrc логотип
CVE-2025-23157

media: venus: hfi_parser: add check to avoid out of bound access

CVSS3: 5.5
0%
Низкий
6 месяцев назад
msrc логотип
CVE-2025-23156

media: venus: hfi_parser: refactor hfi packet parsing logic

CVSS3: 5.5
0%
Низкий
около 1 года назад
msrc логотип
CVE-2025-23155

net: stmmac: Fix accessing freed irq affinity_hint

CVSS3: 5.5
0%
Низкий
12 месяцев назад
msrc логотип
CVE-2025-23150

ext4: fix off-by-one error in do_split

CVSS3: 5.5
0%
Низкий
6 месяцев назад
msrc логотип
CVE-2025-23148

soc: samsung: exynos-chipid: Add NULL pointer check in exynos_chipid_probe()

CVSS3: 5.5
0%
Низкий
6 месяцев назад
msrc логотип
CVE-2025-23147

i3c: Add NULL pointer check in i3c_master_queue_ibi()

CVSS3: 5.5
0%
Низкий
6 месяцев назад
msrc логотип
CVE-2025-23146

mfd: ene-kb3930: Fix a potential NULL pointer dereference

CVSS3: 5.5
0%
Низкий
6 месяцев назад
msrc логотип
CVE-2025-23145

mptcp: fix NULL pointer in can_accept_new_subflow

CVSS3: 5.5
1%
Низкий
6 месяцев назад
msrc логотип
CVE-2025-23144

backlight: led_bl: Hold led_access lock when calling led_sysfs_disable()

CVSS3: 5.5
0%
Низкий
около 1 года назад
msrc логотип
CVE-2025-23143

net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod.

CVSS3: 5.5
0%
Низкий
10 месяцев назад
msrc логотип
CVE-2025-23142

sctp: detect and prevent references to a freed transport in sendmsg

CVSS3: 5.5
0%
Низкий
около 1 года назад
msrc логотип
CVE-2025-23141

KVM: x86: Acquire SRCU in KVM_GET_MP_STATE to protect guest memory accesses

CVSS3: 5.5
0%
Низкий
около 1 года назад

Уязвимостей на страницу