VYPR
Unrated severityNVD Advisory· Published Nov 18, 2019· Updated Aug 5, 2024

CVE-2019-19068

CVE-2019-19068

Description

A memory leak in the rtl8xxxu_submit_int_urb() function in drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c in the Linux kernel through 5.3.11 allows attackers to cause a denial of service (memory consumption) by triggering usb_submit_urb() failures, aka CID-a2cdd07488e6.

Affected products

89

Patches

1
a2cdd07488e6

rtl8xxxu: prevent leaking urb

https://github.com/torvalds/linuxNavid EmamdoostSep 20, 2019via osv
1 file changed · +1 0
  • drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c+1 0 modified
    @@ -5444,6 +5444,7 @@ static int rtl8xxxu_submit_int_urb(struct ieee80211_hw *hw)
     	ret = usb_submit_urb(urb, GFP_KERNEL);
     	if (ret) {
     		usb_unanchor_urb(urb);
    +		usb_free_urb(urb);
     		goto error;
     	}
     
    

Vulnerability mechanics

Generated on May 9, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.

References

11

News mentions

0

No linked articles in our index yet.