Lucene search
K

530 matches found

Cvelist
Cvelist
added 2025/02/26 2:11 a.m.9 views

CVE-2022-49389 usb: usbip: fix a refcount leak in stub_probe()

In the Linux kernel, the following vulnerability has been resolved: usb: usbip: fix a refcount leak in stubprobe usbgetdev is called in stubdevicealloc. When stubprobe fails after that, usbputdev needs to be called to release the reference. Fix this by moving usbputdev to sdevfree error path...

0.00014EPSS
Exploits0References9
Tenable Nessus
Tenable Nessus
added 2025/02/10 12:0 a.m.5 views

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

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-46685 advisory. - In the Linux kernel, the following vulnerability has been resolved: pinctrl: single: fix potential NULL...

5.5CVSS6.1AI score0.00024EPSS
Exploits0References2
RedhatCVE
RedhatCVE
added 2025/02/05 12:57 a.m.5 views

CVE-2024-28200

The N-central server is vulnerable to an authentication bypass of the user interface. This vulnerability is present in all deployments of N-central prior to 2024.2. This vulnerability was discovered through internal N-central source code review and N-able has not observed any exploitation in the...

9.8CVSS7.3AI score0.49949EPSS
Exploits0References1
OSV
OSV
added 2024/12/04 6:31 p.m.5 views

GHSA-2RXC-GJRP-VJHX Unsoundness in anstream

When given a valid UTF8 string "ö\x1b😀", the function in crates/anstream/src/adapter/strip.rs will be confused. The UTF8 bytes are \xc3\xb6 then \x1b then \xf0\x9f\x98\x80. When looping over "non-printable bytes" \x1b\xf0 will be considered as some non-printable sequence. This will produce a brok...

7.2AI score
Exploits0References3
Github Security Blog
Github Security Blog
added 2024/12/04 6:31 p.m.11 views

Unsoundness in anstream

When given a valid UTF8 string "ö\x1b😀", the function in crates/anstream/src/adapter/strip.rs will be confused. The UTF8 bytes are \xc3\xb6 then \x1b then \xf0\x9f\x98\x80. When looping over "non-printable bytes" \x1b\xf0 will be considered as some non-printable sequence. This will produce a brok...

7.2AI score
Exploits0References3Affected Software1
RedhatCVE
RedhatCVE
added 2024/10/29 7:55 a.m.12 views

CVE-2024-50070

In the Linux kernel, the following vulnerability has been resolved: pinctrl: stm32: check devmkasprintf returned value devmkasprintf can return a NULL pointer on failure but this returned value is not checked. Fix this lack and check the returned value. Found by code review...

5.5CVSS7.2AI score0.00017EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2024/10/29 7:54 a.m.13 views

CVE-2024-50069

In the Linux kernel, the following vulnerability has been resolved: pinctrl: apple: check devmkasprintf returned value devmkasprintf can return a NULL pointer on failure but this returned value is not checked. Fix this lack and check the returned value. Found by code review...

5.5CVSS7.2AI score0.00036EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2024/10/29 4:15 a.m.2 views

SUSE CVE-2024-50069

In the Linux kernel, the following vulnerability has been resolved: pinctrl: apple: check devmkasprintf returned value devmkasprintf can return a NULL pointer on failure but this returned value is not checked. Fix this lack and check the returned value. Found by code review...

5.5CVSS7.7AI score0.00036EPSS
Exploits0References15
SUSE CVE
SUSE CVE
added 2024/10/29 4:15 a.m.1 views

SUSE CVE-2024-50070

In the Linux kernel, the following vulnerability has been resolved: pinctrl: stm32: check devmkasprintf returned value devmkasprintf can return a NULL pointer on failure but this returned value is not checked. Fix this lack and check the returned value. Found by code review...

5.5CVSS7.7AI score0.00017EPSS
Exploits0References5
NVD
NVD
added 2024/10/29 1:15 a.m.12 views

CVE-2024-50069

In the Linux kernel, the following vulnerability has been resolved: pinctrl: apple: check devmkasprintf returned value devmkasprintf can return a NULL pointer on failure but this returned value is not checked. Fix this lack and check the returned value. Found by code review...

5.5CVSS0.00036EPSS
Exploits0References5
NVD
NVD
added 2024/10/29 1:15 a.m.13 views

CVE-2024-50070

In the Linux kernel, the following vulnerability has been resolved: pinctrl: stm32: check devmkasprintf returned value devmkasprintf can return a NULL pointer on failure but this returned value is not checked. Fix this lack and check the returned value. Found by code review...

5.5CVSS0.00017EPSS
Exploits0References4
OSV
OSV
added 2024/10/29 1:15 a.m.1 views

DEBIAN-CVE-2024-50069

In the Linux kernel, the following vulnerability has been resolved: pinctrl: apple: check devmkasprintf returned value devmkasprintf can return a NULL pointer on failure but this returned value is not checked. Fix this lack and check the returned value. Found by code review...

5.5CVSS5.7AI score0.00036EPSS
Exploits0References1
OSV
OSV
added 2024/10/29 1:15 a.m.0 views

UBUNTU-CVE-2024-50069

In the Linux kernel, the following vulnerability has been resolved: pinctrl: apple: check devmkasprintf returned value devmkasprintf can return a NULL pointer on failure but this returned value is not checked. Fix this lack and check the returned value. Found by code review...

5.5CVSS6.2AI score0.00036EPSS
Exploits0References21
OSV
OSV
added 2024/10/29 1:15 a.m.0 views

UBUNTU-CVE-2024-50070

In the Linux kernel, the following vulnerability has been resolved: pinctrl: stm32: check devmkasprintf returned value devmkasprintf can return a NULL pointer on failure but this returned value is not checked. Fix this lack and check the returned value. Found by code review...

5.5CVSS6.2AI score0.00017EPSS
Exploits0References20
Debian CVE
Debian CVE
added 2024/10/29 12:50 a.m.11 views

CVE-2024-50070

In the Linux kernel, the following vulnerability has been resolved: pinctrl: stm32: check devmkasprintf returned value devmkasprintf can return a NULL pointer on failure but this returned value is not checked. Fix this lack and check the returned value. Found by code review...

5.5CVSS5.7AI score0.00017EPSS
Exploits0
OSV
OSV
added 2024/10/29 12:50 a.m.8 views

CVE-2024-50070 pinctrl: stm32: check devm_kasprintf() returned value

In the Linux kernel, the following vulnerability has been resolved: pinctrl: stm32: check devmkasprintf returned value devmkasprintf can return a NULL pointer on failure but this returned value is not checked. Fix this lack and check the returned value. Found by code review...

5.5CVSS6.2AI score0.00017EPSS
Exploits0References7
Cvelist
Cvelist
added 2024/10/29 12:50 a.m.16 views

CVE-2024-50070 pinctrl: stm32: check devm_kasprintf() returned value

In the Linux kernel, the following vulnerability has been resolved: pinctrl: stm32: check devmkasprintf returned value devmkasprintf can return a NULL pointer on failure but this returned value is not checked. Fix this lack and check the returned value. Found by code review...

0.00017EPSS
Exploits0References4
CVE
CVE
added 2024/10/29 12:50 a.m.150 views

CVE-2024-50070

Technical details for CVE-2024-50070 are not provided in the connected documents. Monitor for updates from the kernel advisories and OSV/USN entries to obtain affected products, affected versions, impact, and fixes.

5.5CVSS5.4AI score0.00017EPSS
Exploits0References4Affected Software1
Vulnrichment
Vulnrichment
added 2024/10/29 12:50 a.m.2 views

CVE-2024-50069 pinctrl: apple: check devm_kasprintf() returned value

In the Linux kernel, the following vulnerability has been resolved: pinctrl: apple: check devmkasprintf returned value devmkasprintf can return a NULL pointer on failure but this returned value is not checked. Fix this lack and check the returned value. Found by code review...

7.7AI score0.00036EPSS
Exploits0References4
CVE
CVE
added 2024/10/29 12:50 a.m.154 views

CVE-2024-50069

The CVE-2024-50069 entry concerns the Linux kernel pinctrl: apple subsystem. Root cause: devm_kasprintf() could return NULL on failure, but the return value was not checked. The fix adds a check of the returned pointer to prevent NULL dereference. Impact described as high availability risk in aff...

5.5CVSS5.3AI score0.00036EPSS
Exploits0References5Affected Software1
Rows per page
Query Builder