Lucene search
+L

19150 matches found

Vulnrichment
Vulnrichment
•added 2024/10/21 8:05 p.m.•14 views

CVE-2022-48948 usb: gadget: uvc: Prevent buffer overflow in setup handler

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uvc: Prevent buffer overflow in setup handler Setup function uvcfunctionsetup permits control transfer requests with up to 64 bytes of payload UVCMAXREQUESTSIZE, data stage handler for OUT transfer uses memcpy to cop...

7.5AI score0.0027EPSS
SaveExploits0References9
CVE
CVE
•added 2024/10/21 8:05 p.m.•125 views

CVE-2022-48948

CVE-2022-48948 concerns a Linux kernel vulnerability in the USB gadget UVC setup handler. The issue arises when a control transfer request carries up to 64 bytes (UVC_MAX_REQUEST_SIZE) while the data stage for OUT transfers copies bytes into a 60-byte uvc_event->data.data buffer, enabling a po...

7.8CVSS7.5AI score0.0027EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
•added 2024/10/21 8:05 p.m.•33 views

CVE-2022-48948 usb: gadget: uvc: Prevent buffer overflow in setup handler

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uvc: Prevent buffer overflow in setup handler Setup function uvcfunctionsetup permits control transfer requests with up to 64 bytes of payload UVCMAXREQUESTSIZE, data stage handler for OUT transfer uses memcpy to cop...

0.0027EPSS
SaveExploits0References9
OSV
OSV
•added 2024/10/21 8:05 p.m.•15 views

CVE-2022-48948 usb: gadget: uvc: Prevent buffer overflow in setup handler

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uvc: Prevent buffer overflow in setup handler Setup function uvcfunctionsetup permits control transfer requests with up to 64 bytes of payload UVCMAXREQUESTSIZE, data stage handler for OUT transfer uses memcpy to cop...

6.3AI score
SaveExploits0References12
Vulnrichment
Vulnrichment
•added 2024/10/21 7:39 p.m.•11 views

CVE-2024-50056 usb: gadget: uvc: Fix ERR_PTR dereference in uvc_v4l2.c

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uvc: Fix ERRPTR dereference in uvcv4l2.c Fix potential dereferencing of ERRPTR in findformatbypix and uvcv4l2enumformat. Fix the following smatch errors: drivers/usb/gadget/function/uvcv4l2.c:124 findformatbypix erro...

7AI score0.00219EPSS
SaveExploits0References4
CVE
CVE
•added 2024/10/21 7:39 p.m.•201 views

CVE-2024-50057

CVE-2024-50057 affects the Linux kernel USB Type-C tipd path. The vulnerability stems from freeing IRQs in polling mode when no IRQ was requested; the fix calls devm_free_irq() only if client->irq is set, preventing the warning observed during tps6598x removal. Public details in the connected ...

3.3CVSS3.6AI score0.00212EPSS
SaveExploits0References3Affected Software1
CVE
CVE
•added 2024/10/21 7:39 p.m.•184 views

CVE-2024-50056

CVE-2024-50056 pertains to the Linux kernel USB gadget UVC driver. The description documents a fix for an ERR_PTR dereference in uvc_v4l2.c, specifically preventing potential dereferencing of ERR_PTR() in find_format_by_pix() and uvc_v4l2_enum_format(). A related related issue is also addressed i...

5.5CVSS5.3AI score0.00219EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
•added 2024/10/21 7:39 p.m.•44 views

CVE-2024-50057 usb: typec: tipd: Free IRQ only if it was requested before

In the Linux kernel, the following vulnerability has been resolved: usb: typec: tipd: Free IRQ only if it was requested before In polling mode, if no IRQ was requested there is no need to free it. Call devmfreeirq only if client-irq is set. This fixes the warning caused by the tps6598x module...

0.00212EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2024/10/21 7:39 p.m.•27 views

CVE-2024-50056 usb: gadget: uvc: Fix ERR_PTR dereference in uvc_v4l2.c

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uvc: Fix ERRPTR dereference in uvcv4l2.c Fix potential dereferencing of ERRPTR in findformatbypix and uvcv4l2enumformat. Fix the following smatch errors: drivers/usb/gadget/function/uvcv4l2.c:124 findformatbypix erro...

0.00219EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
•added 2024/10/21 7:39 p.m.•12 views

CVE-2024-50057 usb: typec: tipd: Free IRQ only if it was requested before

In the Linux kernel, the following vulnerability has been resolved: usb: typec: tipd: Free IRQ only if it was requested before In polling mode, if no IRQ was requested there is no need to free it. Call devmfreeirq only if client-irq is set. This fixes the warning caused by the tps6598x module...

6.9AI score0.00212EPSS
SaveExploits0References3
OSV
OSV
•added 2024/10/21 7:39 p.m.•14 views

CVE-2024-50056 usb: gadget: uvc: Fix ERR_PTR dereference in uvc_v4l2.c

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uvc: Fix ERRPTR dereference in uvcv4l2.c Fix potential dereferencing of ERRPTR in findformatbypix and uvcv4l2enumformat. Fix the following smatch errors: drivers/usb/gadget/function/uvcv4l2.c:124 findformatbypix erro...

6.2AI score
SaveExploits0References8
OSV
OSV
•added 2024/10/21 7:39 p.m.•17 views

CVE-2024-50057 usb: typec: tipd: Free IRQ only if it was requested before

In the Linux kernel, the following vulnerability has been resolved: usb: typec: tipd: Free IRQ only if it was requested before In polling mode, if no IRQ was requested there is no need to free it. Call devmfreeirq only if client-irq is set. This fixes the warning caused by the tps6598x module...

5.9AI score
SaveExploits0References6
Cvelist
Cvelist
•added 2024/10/21 6:01 p.m.•35 views

CVE-2024-49938 wifi: ath9k_htc: Use __skb_set_length() for resetting urb before resubmit

In the Linux kernel, the following vulnerability has been resolved: wifi: ath9khtc: Use skbsetlength for resetting urb before resubmit Syzbot points out that skbtrim has a sanity check on the existing length of the skb, which can be uninitialised in some error paths. The intent here is clearly ju...

0.00259EPSS
SaveExploits0References9
OSV
OSV
•added 2024/10/21 1:53 p.m.•35 views

CLSA-2024-1729518811 Fix of 15 CVEs

CVE-url: https://ubuntu.com/security/CVE-2024-38632 - vfio/pci: fix potential memory leak in vfiointxenable CVE-url: https://ubuntu.com/security/CVE-2024-46840 - btrfs: clean up our handling of refs == 0 in snapshot delete CVE-url: https://ubuntu.com/security/CVE-2024-44954 - ALSA: line6: Fix rac...

9.8CVSS6.9AI score0.00672EPSS
SaveExploits0References1
OSV
OSV
•added 2024/10/21 1:45 p.m.•25 views

CLSA-2024-1729518310 Fix of 15 CVEs

CVE-url: https://ubuntu.com/security/CVE-2024-38632 - vfio/pci: fix potential memory leak in vfiointxenable CVE-url: https://ubuntu.com/security/CVE-2024-46840 - btrfs: clean up our handling of refs == 0 in snapshot delete CVE-url: https://ubuntu.com/security/CVE-2024-44954 - ALSA: line6: Fix rac...

9.8CVSS6.9AI score0.00672EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
•added 2024/10/21 12:14 p.m.•19 views

CVE-2024-47742 firmware_loader: Block path traversal

In the Linux kernel, the following vulnerability has been resolved: firmwareloader: Block path traversal Most firmware names are hardcoded strings, or are constructed from fairly constrained format strings where the dynamic parts are just some hex numbers or such. However, there are a couple...

6.8AI score0.00289EPSS
SaveExploits0References9
CVE
CVE
•added 2024/10/21 12:14 p.m.•221 views

CVE-2024-47742

CVE-2024-47742 : Linux kernel firmware_loader path traversal vulnerability. Several code paths construct firmware filenames from device or userspace data (e.g., lpfc_sli4_request_firmware_update, nfp_net_fw_find, module_flash_fw_schedule). The issue arises when dynamic firmware names can include ...

7.8CVSS7.9AI score0.00289EPSS
SaveExploits0References11Affected Software1
Positive Technologies
Positive Technologies
•added 2024/10/21 12:00 a.m.•18 views

PT-2024-33893

Name of the Vulnerable Software and Affected Versions: Linux kernel versions prior to 6.6.58 Description: A vulnerability in the Linux kernel has been resolved. The issue is related to the usb: typec: tipd module, where an IRQ is freed even if it was not requested before. This causes a warning wh...

3.3CVSS5.4AI score0.00212EPSS
SaveExploits0
OSV
OSV
•added 2024/10/18 11:07 a.m.•16 views

OESA-2024-2258 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: s390/qeth: fix deadlock during failing recovery Commit 0b9902c1fcc5 "s390/qeth: fix deadlock during recovery" removed taking disciplinemutex inside qethdoreset,...

9.8CVSS6.5AI score0.01EPSS
SaveExploits4References73
OSV
OSV
•added 2024/10/17 5:19 p.m.•20 views

USN-7069-2 linux-azure vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - x86 architecture; - Cryptographic API; - CPU frequency scaling framework; - HW tracing; - ISDN/mISDN subsystem; -...

9.8CVSS6.9AI score0.02701EPSS
SaveExploits2References36
Rows per page
Query Builder