Lucene search
K

517 matches found

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.0017EPSS
Exploits0References1
OSV
OSV
added 2025/04/16 3:16 p.m.2 views

UBUNTU-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.5CVSS5.9AI score0.0017EPSS
Exploits0References8
Debian CVE
Debian CVE
added 2025/04/16 2:12 p.m.7 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.5CVSS5.4AI score0.0017EPSS
Exploits0
CVE
CVE
added 2025/04/16 2:12 p.m.76 views

CVE-2025-22096

CVE-2025-22096 is a Linux kernel vulnerability resolved in the drm/msm/gem path. The root cause was in error handling: the SUBMIT_ERROR() macro made an error code negative, and an extra “-” turned it back to a positive EINVAL. The positive value was passed to ERR_PTR(), which is not an IS_ERR(), ...

5.5CVSS6.7AI score0.0017EPSS
Exploits0References2Affected Software1
OSV
OSV
added 2025/04/16 2:12 p.m.6 views

CVE-2025-22096 drm/msm/gem: Fix error code msm_parse_deps()

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.1AI score0.0017EPSS
Exploits0References5
Citrix
Citrix
added 2025/04/09 12:0 a.m.6 views

uberAgent is unable to read encrypted credentials stored in Windows Credential Store

Customer is attempting to store encrypted credentials in the Windows Credentials Store as described in the uberAgent documentation https://docs.citrix.com/en-us/uberagent/7-3-1/uxm-features-configuration/username-and-configuration-setting-encryption-2.html, but uberAgent is unable to read the...

6.9AI score
Exploits0
Citrix
Citrix
added 2025/04/07 12:0 a.m.9 views

Unable to run WSL2 on the W11 VDI machine

When customers attempt to install the WSL 2 Ubuntu distribution on Windows 11 VDIs , they encounter the following message: Installing, this may take a few minutes. Error observedWslRegisterDistribution failed with error: 0xe000020b Error: 0xe000020b null...

7AI score
Exploits0
Citrix
Citrix
added 2025/04/07 12:0 a.m.8 views

Citrix App Layering 2409 - Unable to Edit App Layers with Boot Error 0xc000000f

Administrators may encounter an issue where they are unable to edit Application Layers within Citrix Elastic Layer Management ELM version 2409 after applying the February 2025 patches to their Windows 11 24H2 packaging machines. This inability to edit App Layers is accompanied by aboot error code...

7.2AI score
Exploits0
NVD
NVD
added 2025/04/03 8:15 a.m.14 views

CVE-2025-22007

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fix error code in chanallocskbcb The chanallocskbcb function is supposed to return error pointers on error. Returning NULL will lead to a NULL dereference...

5.5CVSS0.00022EPSS
Exploits0References10
Debian CVE
Debian CVE
added 2025/04/03 7:19 a.m.4 views

CVE-2025-22007

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fix error code in chanallocskbcb The chanallocskbcb function is supposed to return error pointers on error. Returning NULL will lead to a NULL dereference...

5.5CVSS5.7AI score0.00022EPSS
Exploits0
RedhatCVE
RedhatCVE
added 2025/03/29 5:50 p.m.10 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.00044EPSS
Exploits0References4
NVD
NVD
added 2025/03/27 5:15 p.m.7 views

CVE-2023-52942

In the Linux kernel, the following vulnerability has been resolved: cgroup/cpuset: Fix wrong check in updateparentsubpartscpumask It was found that the check to see if a partition could use up all the cpus from the parent cpuset in updateparentsubpartscpumask was incorrect. As a result, it is...

5.5CVSS0.00103EPSS
Exploits0References2
Vulnrichment
Vulnrichment
added 2025/03/27 4:43 p.m.0 views

CVE-2023-52988 ALSA: hda/via: Avoid potential array out-of-bound in add_secret_dac_path()

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda/via: Avoid potential array out-of-bound in addsecretdacpath sndhdagetconnections can return a negative error code. It may lead to accessing 'conn' array at a negative index. Found by Linux Verification Center...

7.7AI score0.00016EPSS
Exploits0References7
OSV
OSV
added 2025/03/27 4:43 p.m.3 views

CVE-2023-52988 ALSA: hda/via: Avoid potential array out-of-bound in add_secret_dac_path()

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda/via: Avoid potential array out-of-bound in addsecretdacpath sndhdagetconnections can return a negative error code. It may lead to accessing 'conn' array at a negative index. Found by Linux Verification Center...

7.8CVSS5.7AI score0.00016EPSS
Exploits0References10
Debian CVE
Debian CVE
added 2025/03/27 4:43 p.m.4 views

CVE-2023-52988

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda/via: Avoid potential array out-of-bound in addsecretdacpath sndhdagetconnections can return a negative error code. It may lead to accessing 'conn' array at a negative index. Found by Linux Verification Center...

7.8CVSS5.5AI score0.00016EPSS
Exploits0
OSV
OSV
added 2025/03/27 4:37 p.m.5 views

CVE-2023-52942 cgroup/cpuset: Fix wrong check in update_parent_subparts_cpumask()

In the Linux kernel, the following vulnerability has been resolved: cgroup/cpuset: Fix wrong check in updateparentsubpartscpumask It was found that the check to see if a partition could use up all the cpus from the parent cpuset in updateparentsubpartscpumask was incorrect. As a result, it is...

5.5CVSS5.2AI score0.00103EPSS
Exploits0References5
Cvelist
Cvelist
added 2025/03/27 4:37 p.m.9 views

CVE-2023-52942 cgroup/cpuset: Fix wrong check in update_parent_subparts_cpumask()

In the Linux kernel, the following vulnerability has been resolved: cgroup/cpuset: Fix wrong check in updateparentsubpartscpumask It was found that the check to see if a partition could use up all the cpus from the parent cpuset in updateparentsubpartscpumask was incorrect. As a result, it is...

0.00103EPSS
Exploits0References2
Tenable Nessus
Tenable Nessus
added 2025/03/20 12:0 a.m.7 views

Azure Linux 3.0 Security Update: kernel (CVE-2024-56596)

The version of kernel installed on the remote Azure Linux 3.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2024-56596 advisory. - In the Linux kernel, the following vulnerability has been resolved: jfs: fix array-index-out-of-bounds in...

7.8CVSS6.1AI score0.00011EPSS
Exploits0References2
Microsoft CVE
Microsoft CVE
added 2025/03/14 7:0 a.m.4 views

Asio C++ Library lacks a fallback error code in the case of SSL_ERROR_SYSCALL

...

7.5CVSS4.6AI score0.00197EPSS
Exploits0
Tenable Nessus
Tenable Nessus
added 2025/03/10 12:0 a.m.30 views

Amazon Linux 2 : openssh (ALAS-2025-2769)

The version of openssh installed on the remote host is prior to 7.4p1-22. It is, therefore, affected by a vulnerability as referenced in the ALAS2-2025-2769 advisory. A vulnerability was found in OpenSSH when the VerifyHostKeyDNS option is enabled. A machine-in-the-middle attack can be performed ...

6.8CVSS7AI score0.64523EPSS
Exploits4References4
Rows per page
Query Builder