Lucene search
+L

9971 matches found

Debian CVE
Debian CVE
added 2025/01/21 12:18 p.m.7 views

CVE-2025-21662

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix variable not being completed when function returns When cmdallocindex, fails cmdworkhandler needs to complete ent-slotted before returning early. Otherwise the task which issued the command may hang: mlx5core...

5.5CVSS5.7AI score0.002EPSS
SaveExploits0
OSV
OSV
added 2025/01/21 12:15 p.m.6 views

UBUNTU-CVE-2024-57936

In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxtre: Fix max SGEs for the Work Request Gen P7 supports up to 13 SGEs for now. WQE software structure can hold only 6 now. Since the max send sge is reported as 13, the stack can give requests up to 13 SGEs. This is causin...

9.8CVSS6.4AI score0.00394EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2025/01/21 12:0 a.m.11 views

Amazon Corretto Java 11.x < 11.0.26.4.1 Vulnerability

The version of Amazon Corretto installed on the remote host is 11 prior to 11.0.26.4.1. It is, therefore, affected by a vulnerability as referenced in the corretto-11-2025-Jan-21 advisory. - Versions of the package fastecdsa before 2.3.2 are vulnerable to Use of Uninitialized Variable on the stac...

7.5CVSS7.5AI score0.01034EPSS
SaveExploits1References1
Debian
Debian
added 2025/01/19 5:16 p.m.15 views

[SECURITY] [DLA 4020-1] libreoffice security update

------------------------------------------------------------------------- Debian LTS Advisory DLA-4020-1 [email protected] https://www.debian.org/lts/security/ Bastien Roucariès January 19, 2025 https://wiki.debian.org/LTS -...

6.7CVSS7.2AI score0.00548EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/01/16 4:2 a.m.4 views

SUSE CVE-2024-36476

In the Linux kernel, the following vulnerability has been resolved: RDMA/rtrs: Ensure 'ibsge list' is accessible Move the declaration of the 'ibsge list' variable outside the 'alwaysinvalidate' block to ensure it remains accessible for use throughout the function. Previously, 'ibsge list' was...

5.5CVSS6.5AI score0.00644EPSS
SaveExploits0References13
CNNVD
CNNVD
added 2025/01/16 12:0 a.m.6 views

Octopus Kubernetes 安全漏洞

Octopus Kubernetes is a cloud-native device management system from Octopus. A security vulnerability exists in Octopus Kubernetes that stems from a sensitive variable that can be written in plaintext to a Kubernetes script pod log...

6.5CVSS6.6AI score0.0035EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/01/15 4:24 p.m.18 views

CVE-2024-36476

In the Linux kernel, the following vulnerability has been resolved: RDMA/rtrs: Ensure 'ibsge list' is accessible Move the declaration of the 'ibsge list' variable outside the 'alwaysinvalidate' block to ensure it remains accessible for use throughout the function. Previously, 'ibsge list' was...

5.5CVSS6.7AI score0.00644EPSS
SaveExploits0References4
OSV
OSV
added 2025/01/15 1:15 p.m.7 views

UBUNTU-CVE-2024-36476

In the Linux kernel, the following vulnerability has been resolved: RDMA/rtrs: Ensure 'ibsge list' is accessible Move the declaration of the 'ibsge list' variable outside the 'alwaysinvalidate' block to ensure it remains accessible for use throughout the function. Previously, 'ibsge list' was...

9.8CVSS6.2AI score0.00644EPSS
SaveExploits0References36
Cvelist
Cvelist
added 2025/01/15 1:6 p.m.20 views

CVE-2025-21630

...

SaveExploits0
Positive Technologies
Positive Technologies
added 2025/01/15 12:0 a.m.12 views

PT-2025-4311 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A vulnerability has been resolved in the Linux kernel. The issue is related to the io uring/net component, where the kmsg-msg.msg inq variable may be used uninitialized. This can occur...

6.7AI score
SaveExploits0References11
OSV
OSV
added 2025/01/14 7:21 p.m.9 views

BIT-PHP-MIN-2022-4900 Potential buffer overflow in php_cli_server_startup_workers

A vulnerability was found in PHP where setting the environment variable PHPCLISERVERWORKERS to a large value leads to a heap buffer overflow...

6.2CVSS6AI score0.00367EPSS
SaveExploits0References7
BDU FSTEC
BDU FSTEC
added 2025/01/13 12:0 a.m.7 views

The vulnerability of the add inode_ref() function in the fs/btrfs/tree-log.c file of the Linux kernel’s file system allows a attacker to compromise the confidentiality, integrity, and accessibility of the protected information.

The vulnerability of the add inoderef function in the fs/btrfs/tree-log.c file of the Btrfs file system in Linux kernels is related to the use of an uninitialized variable. Exploiting this vulnerability could allow an attacker to compromise the confidentiality, integrity, and accessibility of the...

7.8CVSS7.3AI score0.00214EPSS
SaveExploits0References19Affected Software6
OSV
OSV
added 2025/01/11 2:49 p.m.9 views

CVE-2024-57878 arm64: ptrace: fix partial SETREGSET for NT_ARM_FPMR

In the Linux kernel, the following vulnerability has been resolved: arm64: ptrace: fix partial SETREGSET for NTARMFPMR Currently fpmrset doesn't initialize the temporary 'fpmr' variable, and a SETREGSET call with a length of zero will leave this uninitialized. Consequently an arbitrary value will...

6.1CVSS6.1AI score
SaveExploits0References5
CVE
CVE
added 2025/01/11 2:49 p.m.81 views

CVE-2024-57878

CVE-2024-57878 (Linux kernel, arm64) : The vulnerability in ptrace NT_ARM_FPMR regset handling could leave the temporary fpmr uninitialized for zero-length writes, potentially leaking up to 64 bits of kernel-stack memory. The patch initializes the temporary value before copying the regset from us...

6.1CVSS6.3AI score0.00182EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2025/01/11 2:49 p.m.11 views

CVE-2024-57877 arm64: ptrace: fix partial SETREGSET for NT_ARM_POE

In the Linux kernel, the following vulnerability has been resolved: arm64: ptrace: fix partial SETREGSET for NTARMPOE Currently poeset doesn't initialize the temporary 'ctrl' variable, and a SETREGSET call with a length of zero will leave this uninitialized. Consequently an arbitrary value will b...

6.1CVSS5.7AI score
SaveExploits0References5
Cvelist
Cvelist
added 2025/01/11 2:47 p.m.31 views

CVE-2024-57874 arm64: ptrace: fix partial SETREGSET for NT_ARM_TAGGED_ADDR_CTRL

In the Linux kernel, the following vulnerability has been resolved: arm64: ptrace: fix partial SETREGSET for NTARMTAGGEDADDRCTRL Currently taggedaddrctrlset doesn't initialize the temporary 'ctrl' variable, and a SETREGSET call with a length of zero will leave this uninitialized. Consequently...

0.00205EPSS
SaveExploits0References6
CVE
CVE
added 2025/01/08 3:1 a.m.48 views

CVE-2024-56446

CVE-2024-56446 concerns Huawei HarmonyOS with a vulnerability in the notification module where variables are not initialized. The impact described is potential availability disruption. The documents do not specify affected product versions, root cause details beyond the initialization issue, expl...

7.5CVSS4.3AI score0.00207EPSS
SaveExploits0References1Affected Software1
OpenVAS
OpenVAS
added 2025/01/08 12:0 a.m.12 views

LibreOffice Multiple Vulnerabilities (Jan 2025) - Mac OS X

LibreOffice is prone to multiple vulnerabilities. SPDX-FileCopyrightText: 2025 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only CPE = "cpe:/a:libreoffice:libreoffice";...

6.7CVSS5AI score0.00548EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2025/01/07 12:22 p.m.9 views

CVE-2024-12426 URL fetching can be used to exfiltrate arbitrary INI file values and environment variables

Exposure of Environmental Variables and arbitrary INI file values to an Unauthorized Actor vulnerability in The Document Foundation LibreOffice. URLs could be constructed which expanded environmental variables or INI file values, so potentially sensitive information could be exfiltrated to a remo...

6.7CVSS6.7AI score0.00548EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2025/01/07 12:22 p.m.39 views

CVE-2024-12426 URL fetching can be used to exfiltrate arbitrary INI file values and environment variables

Exposure of Environmental Variables and arbitrary INI file values to an Unauthorized Actor vulnerability in The Document Foundation LibreOffice. URLs could be constructed which expanded environmental variables or INI file values, so potentially sensitive information could be exfiltrated to a remo...

6.7CVSS0.00548EPSS
SaveExploits0References1
Rows per page
Query Builder