Bug 2173430 (CVE-2023-1074) - CVE-2023-1074 kernel: sctp: fail if no bound addresses can be used for a given scope
Summary: CVE-2023-1074 kernel: sctp: fail if no bound addresses can be used for a give...
Keywords:
Status: NEW
Alias: CVE-2023-1074
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Red Hat Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: Embargoed2172923
TreeView+ depends on / blocked
 
Reported: 2023-02-26 16:34 UTC by Alex
Modified: 2023-04-01 08:45 UTC (History)
41 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
A memory leak flaw was found in the Linux kernel's Stream Control Transmission Protocol. This issue may occur when a user starts a malicious networking service and someone connects to this service. This could allow a local user to starve resources, causing a denial of service.
Clone Of:
Environment:
Last Closed:


Attachments (Terms of Use)

Description Alex 2023-02-26 16:34:04 UTC
A flaw in the Linux Kernel found. Fail if no bound addresses can be used for a given scope. A type confusion can happen in inet_diag_msg_sctpasoc_fill() in net/sctp/diag.c, which uses a type confused pointer to return information to userspace when issuing a list_entry() on asoc->base.bind_addr.address_list.next when the list is empty.

References:
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=458e279f861d3f61796894cd158b780765a1569f
https://www.openwall.com/lists/oss-security/2023/01/23/1


Note You need to log in before you can comment on or make changes to this bug.