Lucene search
K

66 matches found

Vulnrichment
Vulnrichment
added 2025/09/16 7:45 p.m.8 views

CVE-2025-34186 Ilevia EVE X1/X5 Server 4.7.18.0.eden Authentication Bypass

Ilevia EVE X1/X5 Server version ≤ 4.7.18.0.eden contains a vulnerability in its authentication mechanism. Unsanitized input is passed to a system call for authentication, allowing attackers to inject special characters and manipulate command parsing. Because the binary interprets non-zero exit...

9.3CVSS5.8AI score0.00829EPSS
Exploits2References4
Microsoft CVE
Microsoft CVE
added 2025/09/04 1:19 a.m.2 views

nfsd: don't ignore the return code of svc_proc_register()

...

5.5CVSS6.8AI score0.00168EPSS
Exploits0
Microsoft CVE
Microsoft CVE
added 2025/07/17 7:0 a.m.2 views

Libssh: incorrect return code handling in ssh_kdf() in libssh

...

8.8CVSS7AI score0.00407EPSS
Exploits0
Vulnrichment
Vulnrichment
added 2025/07/04 6:1 a.m.3 views

CVE-2025-5372 Libssh: incorrect return code handling in ssh_kdf() in libssh

A flaw was found in libssh versions built with OpenSSL versions older than 3.0, specifically in the sshkdf function responsible for key derivation. Due to inconsistent interpretation of return values where OpenSSL uses 0 to indicate failure and libssh uses 0 for success—the function may mistakenl...

5CVSS6.9AI score0.00407EPSS
Exploits0References7
NVD
NVD
added 2025/07/03 9:15 a.m.5 views

CVE-2025-38142

In the Linux kernel, the following vulnerability has been resolved: hwmon: asus-ec-sensors check sensor index in readstring Prevent a potential invalid memory access when the requested sensor is not found. findecsensorindex may return a negative value e.g. -ENOENT, but its result was used without...

5.5CVSS0.00156EPSS
Exploits0References6
CVE
CVE
added 2025/07/03 8:35 a.m.79 views

CVE-2025-38142

The CVE-2025-38142 issue affects the Linux kernel hwmon path (asus-ec-sensors) where read_string() could read a non-existent sensor because find_ec_sensor_index() returned a negative value (for example -ENOENT) and was used without validation. The fix introduces a check to ensure sensor_index is ...

5.5CVSS7.2AI score0.00156EPSS
Exploits0References6Affected Software1
OSV
OSV
added 2025/07/03 8:35 a.m.4 views

CVE-2025-38142 hwmon: (asus-ec-sensors) check sensor index in read_string()

In the Linux kernel, the following vulnerability has been resolved: hwmon: asus-ec-sensors check sensor index in readstring Prevent a potential invalid memory access when the requested sensor is not found. findecsensorindex may return a negative value e.g. -ENOENT, but its result was used without...

5.5CVSS6.4AI score0.00156EPSS
Exploits0References9
NVD
NVD
added 2025/05/20 4:15 p.m.6 views

CVE-2025-37930

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: Fix WARNON in nouveaufencecontextkill Nouveau is mostly designed in a way that it's expected that fences only ever get signaled through nouveaufencesignal. However, in at least one other place, nouveaufencedone, can...

5.5CVSS0.0017EPSS
Exploits0References9
OSV
OSV
added 2025/05/09 6:41 a.m.7 views

CVE-2025-37837 iommu/tegra241-cmdqv: Fix warnings due to dmam_free_coherent()

In the Linux kernel, the following vulnerability has been resolved: iommu/tegra241-cmdqv: Fix warnings due to dmamfreecoherent Two WARNINGs are observed when SMMU driver rolls back upon failure: arm-smmu-v3.9.auto: Failed to register iommu arm-smmu-v3.9.auto: probe with driver arm-smmu-v3 failed...

5.5CVSS6AI score0.0022EPSS
Exploits0References7
RedhatCVE
RedhatCVE
added 2025/05/08 10:10 a.m.14 views

CVE-2024-49841

Memory corruption during memory assignment to headless peripheral VM due to incorrect error code handling...

7.8CVSS7.3AI score0.00089EPSS
Exploits0References1
NVD
NVD
added 2025/05/06 9:15 a.m.17 views

CVE-2024-49841

Memory corruption during memory assignment to headless peripheral VM due to incorrect error code handling...

7.8CVSS0.00089EPSS
Exploits0References1
CVE
CVE
added 2025/05/06 8:32 a.m.59 views

CVE-2024-49841

CVE-2024-49841 describes memory corruption during memory assignment to a headless peripheral VM stemming from incorrect error code handling in Qualcomm components (closed-source). The CVE is tracked in multiple feeds (NVD, Red Hat), with a CVSS v3.1 base score of 7.8 (HIGH), local attack vector, ...

7.8CVSS7.9AI score0.00089EPSS
Exploits0References1Affected Software1
CNNVD
CNNVD
added 2025/05/06 12:0 a.m.1 views

Qualcomm Chipsets 安全漏洞

Qualcomm Chipsets are a family of chipsets from Qualcomm Incorporated USA. A security vulnerability exists in Qualcomm Chipsets, which originates from memory corruption due to the passing of too large an unsigned value for DisplayId when handling escaped code...

7.8CVSS6.8AI score0.00089EPSS
Exploits0References2
OSV
OSV
added 2025/04/16 3:16 p.m.1 views

DEBIAN-CVE-2025-22096

In the Linux kernel, the following vulnerability has been resolved: drm/msm/gem: Fix error code msmparsedeps The SUBMITERROR macro turns the error code negative. This extra '-' operation turns it back to positive EINVAL again. The error code is passed to ERRPTR and since positive values are not a...

5.5CVSS6.5AI score0.0014EPSS
Exploits0References1
NVD
NVD
added 2025/04/16 3:16 p.m.13 views

CVE-2025-22096

In the Linux kernel, the following vulnerability has been resolved: drm/msm/gem: Fix error code msmparsedeps The SUBMITERROR macro turns the error code negative. This extra '-' operation turns it back to positive EINVAL again. The error code is passed to ERRPTR and since positive values are not a...

5.5CVSS0.0014EPSS
Exploits0References2
NVD
NVD
added 2025/04/16 3:15 p.m.6 views

CVE-2025-22026

In the Linux kernel, the following vulnerability has been resolved: nfsd: don't ignore the return code of svcprocregister Currently, nfsdprocstatinit ignores the return value of svcprocregister. If the procfile creation fails, then the kernel will WARN when it tries to remove the entry later. Fix...

5.5CVSS0.00168EPSS
Exploits0References6
OSV
OSV
added 2025/04/16 3:15 p.m.8 views

UBUNTU-CVE-2025-22026

In the Linux kernel, the following vulnerability has been resolved: nfsd: don't ignore the return code of svcprocregister Currently, nfsdprocstatinit ignores the return value of svcprocregister. If the procfile creation fails, then the kernel will WARN when it tries to remove the entry later. Fix...

5.5CVSS6.1AI score0.00168EPSS
Exploits0References24
Debian CVE
Debian CVE
added 2025/04/16 2:11 p.m.15 views

CVE-2025-22026

In the Linux kernel, the following vulnerability has been resolved: nfsd: don't ignore the return code of svcprocregister Currently, nfsdprocstatinit ignores the return value of svcprocregister. If the procfile creation fails, then the kernel will WARN when it tries to remove the entry later. Fix...

5.5CVSS5.6AI score0.00168EPSS
Exploits0
RedhatCVE
RedhatCVE
added 2025/03/29 5:50 p.m.13 views

CVE-2023-52929

In the Linux kernel, the following vulnerability has been resolved: nvmem: core: fix cleanup after devsetname If devsetname fails, we leak nvmem-wpgpio as the cleanup does not put this. While a minimal fix for this would be to add the gpiodput call, we can do better if we split deviceregister, an...

3.3CVSS7.3AI score0.0021EPSS
Exploits0References4
OSV
OSV
added 2025/03/20 12:1 p.m.2 views

CLSA-2025-1742472067 Fix CVE(s): CVE-2025-26465

SECURITY UPDATE: it's possible machine-in-the-middle attack vulnerability caused by a malicious machine impersonating a legitimate server - debian/patches/CVE-2025-26465.patch: Correct error code handling - CVE-2025-26465...

6.8CVSS6.9AI score0.06997EPSS
Exploits4References1
Rows per page
Query Builder