Hello,
We are pleased to announce a new Flatcar Container Linux release for the Alpha, Beta, Stable, LTS 2022 and LTS 2023 channels
Changes since Alpha 3745.0.0
Security fixes:Changes since Beta 3732.1.0
Security fixes:Changes since Alpha 3745.0.0
Security fixes:Changes since Stable 3602.2.0
Security fixes:Changes since LTS 3033.3.17
Security fixes:Changes since LTS 3510.3.0
Security fixes:Security fix: With the Alpha 3760.0.0, Beta 3745.1.0, Stable 3602.2.1, LTS 2022 3033.3.18 and LTS 2023 3510.3.1 releases we ship fixes for the CVEs listed below.
Alpha 3760.0.0Go
curl
CVE-2023-38545 CVSSv3 score: n/a
This flaw makes curl
overflow a heap based buffer in the SOCKS5 proxy handshake. When curl is
asked to pass along the host name to the SOCKS5 proxy to allow that to
resolve the address instead of it getting done by curl itself, the
maximum length that host name can be is 255 bytes. If the host name is
detected to be longer, curl switches to local name resolving and instead
passes on the resolved address only. Due to this bug, the local
variable that means "let the host resolve the name" could get the wrong
value during a slow SOCKS5 handshake, and contrary to the intention,
copy the too long host name to the target buffer instead of copying just
the resolved address there. The target buffer being a heap based
buffer, and the host name coming from the URL that curl has been told to
operate with.
CVE-2023-38546 CVSSv3 score: n/a
This flaw allows an attacker to insert cookies at will into a running program
using libcurl, if the specific series of conditions are met.
libcurl performs transfers. In its API, an application creates "easy handles"
that are the individual handles for single transfers.
libcurl provides a function call that duplicates en easy handle called
curl_easy_duphandle.
If a transfer has cookies enabled when the handle is duplicated, the
cookie-enable state is also cloned - but without cloning the actual
cookies. If the source handle did not read any cookies from a specific file on
disk, the cloned version of the handle would instead store the file name as
none (using the four ASCII letters, no quotes).
Subsequent use of the cloned handle that does not explicitly set a source to
load cookies from would then inadvertently load cookies from a file named
none - if such a file exists and is readable in the current directory of the
program using libcurl. And if using the correct file format of course.
glibc
grub
CVE-2023-4692 CVSSv3 score: n/a
There is an out-of-bounds
write in grub-core/fs/ntfs.c. An attacker may leverage this
vulnerability by presenting a specially crafted NTFS filesystem image
leading to GRUB’s heap metadata corruption. Additionally, in some
circumstances, the attack may also corrupt the UEFI firmware heap
metadata. As a result arbitrary code execution and secure boot
protection bypass may be achieved.
CVE-2023-4693 CVSSv3 score: n/a
There is an out-of-bounds
read at grub-core/fs/ntfs.c. A physically present attacker may leverage
that by presenting a specially crafted NTFS file system image to read
arbitrary memory locations. A successful attack may allow sensitive data
cached in memory or EFI variables values to be leaked presenting a high
confidentiality risk.
curl
CVE-2023-38039 CVSSv3 score: 7.5(High)
When curl retrieves an HTTP response, it stores the incoming headers so that
they can be accessed later via the libcurl headers API.
However, curl did not have a limit in how many or how large headers it would
accept in a response, allowing a malicious server to stream an endless series
of headers and eventually cause curl to run out of heap memory.
CVE-2023-38545 CVSSv3 score: n/a
This flaw makes curl overflow a heap based buffer in the SOCKS5 proxy
handshake.
When curl is asked to pass along the host name to the SOCKS5 proxy to allow
that to resolve the address instead of it getting done by curl itself, the
maximum length that host name can be is 255 bytes.
If the host name is detected to be longer, curl switches to local name
resolving and instead passes on the resolved address only. Due to this bug,
the local variable that means "let the host resolve the name" could get the
wrong value during a slow SOCKS5 handshake, and contrary to the intention,
copy the too long host name to the target buffer instead of copying just the
resolved address there.
The target buffer being a heap based buffer, and the host name coming from the
URL that curl has been told to operate with.
CVE-2023-38546 CVSSv3 score: n/a
This flaw allows an attacker to insert cookies at will into a running program
using libcurl, if the specific series of conditions are met.
libcurl performs transfers. In its API, an application creates "easy handles"
that are the individual handles for single transfers.
libcurl provides a function call that duplicates en easy handle called
curl_easy_duphandle.
If a transfer has cookies enabled when the handle is duplicated, the
cookie-enable state is also cloned - but without cloning the actual
cookies. If the source handle did not read any cookies from a specific file on
disk, the cloned version of the handle would instead store the file name as
none (using the four ASCII letters, no quotes).
Subsequent use of the cloned handle that does not explicitly set a source to
load cookies from would then inadvertently load cookies from a file named
none - if such a file exists and is readable in the current directory of the
program using libcurl. And if using the correct file format of course.
glibc
lua
mit-krb5
procps
samba
Linux
CVE-2023-31085 CVSSv3 score: 5.5(Medium)
An issue was discovered in
drivers/mtd/ubi/cdev.c in the Linux kernel 6.2. There is a
divide-by-zero error in do_div(sz,mtd->erasesize), used indirectly by
ctrl_cdev_ioctl, when mtd->erasesize is 0.
CVE-2023-34324 CVSSv3 score: n/a
CVE-2023-4244 CVSSv3 score: 7(High)
A use-after-free
vulnerability in the Linux kernel's netfilter: nf_tables component can
be exploited to achieve local privilege escalation.
Due to a race condition between nf_tables netlink control plane transaction and nft_set element garbage collection, it is possible to underflow the reference counter causing a use-after-free vulnerability.
We recommend upgrading past commit 3e91b0ebd994635df2346353322ac51ce84ce6d8.
CVE-2023-42754 CVSSv3 score: n/a
A NULL pointer dereference
flaw was found in the Linux kernel ipv4 stack. The socket buffer (skb)
was assumed to be associated with a device before calling
__ip_options_compile, which is not always the case if the skb is
re-routed by ipvs. This issue may allow a local user with CAP_NET_ADMIN
privileges to crash the system.
CVE-2023-5197 CVSSv3 score: 6.6(Medium)
A use-after-free
vulnerability in the Linux kernel's netfilter: nf_tables component can
be exploited to achieve local privilege escalation.
Addition and removal of rules from chain bindings within the same transaction causes leads to use-after-free.
We recommend upgrading past commit f15f29fd4779be8a418b66e9d52979bb6d6c2325.
curl
CVE-2023-38545 CVSSv3 score: n/a
This flaw makes curl overflow a heap based buffer in the SOCKS5 proxy
handshake.
When curl is asked to pass along the host name to the SOCKS5 proxy to allow
that to resolve the address instead of it getting done by curl itself, the
maximum length that host name can be is 255 bytes.
If the host name is detected to be longer, curl switches to local name
resolving and instead passes on the resolved address only. Due to this bug,
the local variable that means "let the host resolve the name" could get the
wrong value during a slow SOCKS5 handshake, and contrary to the intention,
copy the too long host name to the target buffer instead of copying just the
resolved address there.
The target buffer being a heap based buffer, and the host name coming from the
URL that curl has been told to operate with.
CVE-2023-38546 CVSSv3 score: n/a
This flaw allows an attacker to insert cookies at will into a running program
using libcurl, if the specific series of conditions are met.
libcurl performs transfers. In its API, an application creates "easy handles"
that are the individual handles for single transfers.
libcurl provides a function call that duplicates en easy handle called
curl_easy_duphandle.
If a transfer has cookies enabled when the handle is duplicated, the
cookie-enable state is also cloned - but without cloning the actual
cookies. If the source handle did not read any cookies from a specific file on
disk, the cloned version of the handle would instead store the file name as
none (using the four ASCII letters, no quotes).
Subsequent use of the cloned handle that does not explicitly set a source to
load cookies from would then inadvertently load cookies from a file named
none - if such a file exists and is readable in the current directory of the
program using libcurl. And if using the correct file format of course.
Linux
CVE-2023-31085 CVSSv3 score: 5.5(Medium)
An issue was discovered in
drivers/mtd/ubi/cdev.c in the Linux kernel 6.2. There is a
divide-by-zero error in do_div(sz,mtd->erasesize), used indirectly by
ctrl_cdev_ioctl, when mtd->erasesize is 0.
CVE-2023-34324 CVSSv3 score: n/a
CVE-2023-39189 CVSSv3 score: 6(Medium)
A flaw was found in the
Netfilter subsystem in the Linux kernel. The nfnl_osf_add_callback
function did not validate the user mode controlled opt_num field. This
flaw allows a local privileged (CAP_NET_ADMIN) attacker to trigger an
out-of-bounds read, leading to a crash or information disclosure.
CVE-2023-39192 CVSSv3 score: 6(Medium)
A flaw was found in the
Netfilter subsystem in the Linux kernel. The xt_u32 module did not
validate the fields in the xt_u32 structure. This flaw allows a local
privileged attacker to trigger an out-of-bounds read by setting the size
fields with a value beyond the array boundaries, leading to a crash or
information disclosure.
CVE-2023-39193 CVSSv3 score: 6(Medium)
A flaw was found in the
Netfilter subsystem in the Linux kernel. The sctp_mt_check did not
validate the flag_count field. This flaw allows a local privileged
(CAP_NET_ADMIN) attacker to trigger an out-of-bounds read, leading to a
crash or information disclosure.
CVE-2023-4244 CVSSv3 score: 7(High)
A use-after-free
vulnerability in the Linux kernel's netfilter: nf_tables component can
be exploited to achieve local privilege escalation.
Due to a race condition between nf_tables netlink control plane transaction and nft_set element garbage collection, it is possible to underflow the reference counter causing a use-after-free vulnerability.
We recommend upgrading past commit 3e91b0ebd994635df2346353322ac51ce84ce6d8.
CVE-2023-42752 CVSSv3 score: n/a
An integer overflow flaw was found in the Linux kernel. This issue leads to the kernel allocating skb_shared_info in the userspace, which is exploitable in systems without SMAP protection since skb_shared_info contains references to function pointers.
CVE-2023-42753 CVSSv3 score: 7.8(High)
An array indexing
vulnerability was found in the netfilter subsystem of the Linux kernel. A
missing macro could lead to a miscalculation of the h->nets
array offset, providing attackers with the primitive to arbitrarily
increment/decrement a memory buffer out-of-bound. This issue may allow a
local user to crash the system or potentially escalate their privileges
on the system.
CVE-2023-42754 CVSSv3 score: n/a
A NULL pointer dereference
flaw was found in the Linux kernel ipv4 stack. The socket buffer (skb)
was assumed to be associated with a device before calling
__ip_options_compile, which is not always the case if the skb is
re-routed by ipvs. This issue may allow a local user with CAP_NET_ADMIN
privileges to crash the system.
CVE-2023-42755 CVSSv3 score: 5.5(Medium)
A flaw was found in the IPv4
Resource Reservation Protocol (RSVP) classifier in the Linux kernel.
The xprt pointer may go beyond the linear part of the skb, leading to an
out-of-bounds read in the rsvp_classify function. This issue may allow a local user to crash the system and cause a denial of service.
CVE-2023-45871 CVSSv3 score: n/a
An issue was discovered in
drivers/net/ethernet/intel/igb/igb_main.c in the IGB driver in the Linux
kernel before 6.5.3. A buffer size may not be adequate for frames
larger than the MTU.
CVE-2023-4623 CVSSv3 score: n/a
A use-after-free
vulnerability in the Linux kernel's net/sched: sch_hfsc (HFSC qdisc
traffic control) component can be exploited to achieve local privilege
escalation.
If a class with a link-sharing curve (i.e. with the HFSC_FSC flag set) has a parent without a link-sharing curve, then init_vf() will call vttree_insert() on the parent, but vttree_remove() will be skipped in update_vf(). This leaves a dangling pointer that can cause a use-after-free.
We recommend upgrading past commit b3d26c5702c7d6c45456326e56d2ccf3f103e60f.
CVE-2023-4921 CVSSv3 score: n/a
A use-after-free
vulnerability in the Linux kernel's net/sched: sch_qfq component can be
exploited to achieve local privilege escalation.
When the plug qdisc is used as a class of the qfq qdisc, sending network packets triggers use-after-free in qfq_dequeue() due to the incorrect .peek handler of sch_plug and lack of error checking in agg_dequeue().
We recommend upgrading past commit 8fc134fee27f2263988ae38920bc03da416b03d8.
CVE-2023-5197 CVSSv3 score: 6.6(Medium)
A use-after-free
vulnerability in the Linux kernel's netfilter: nf_tables component can
be exploited to achieve local privilege escalation.
Addition and removal of rules from chain bindings within the same transaction causes leads to use-after-free.
We recommend upgrading past commit f15f29fd4779be8a418b66e9d52979bb6d6c2325.
curl
CVE-2023-38545 CVSSv3 score: n/a
This flaw makes curl overflow a heap based buffer in the SOCKS5 proxy
handshake.
When curl is asked to pass along the host name to the SOCKS5 proxy to allow
that to resolve the address instead of it getting done by curl itself, the
maximum length that host name can be is 255 bytes.
If the host name is detected to be longer, curl switches to local name
resolving and instead passes on the resolved address only. Due to this bug,
the local variable that means "let the host resolve the name" could get the
wrong value during a slow SOCKS5 handshake, and contrary to the intention,
copy the too long host name to the target buffer instead of copying just the
resolved address there.
The target buffer being a heap based buffer, and the host name coming from the
URL that curl has been told to operate with.
CVE-2023-38546 CVSSv3 score: n/a
This flaw allows an attacker
to insert cookies at will into a running program using libcurl, if the
specific series of conditions are met.
libcurl performs transfers. In its API, an application creates "easy handles"
that are the individual handles for single transfers.
libcurl provides a function call that duplicates en easy handle called
curl_easy_duphandle.
If a transfer has cookies enabled when the handle is duplicated, the
cookie-enable state is also cloned - but without cloning the actual
cookies. If the source handle did not read any cookies from a specific file on
disk, the cloned version of the handle would instead store the file name as
none (using the four ASCII letters, no quotes).
Subsequent use of the cloned handle that does not explicitly set a source to
load cookies from would then inadvertently load cookies from a file named
none - if such a file exists and is readable in the current directory of the
program using libcurl. And if using the correct file format of course.
Linux
CVE-2023-31085 CVSSv3 score: 5.5(Medium)
An issue was discovered in
drivers/mtd/ubi/cdev.c in the Linux kernel 6.2. There is a
divide-by-zero error in do_div(sz,mtd->erasesize), used indirectly by
ctrl_cdev_ioctl, when mtd->erasesize is 0.
CVE-2023-34324 CVSSv3 score: n/a
CVE-2023-4244 CVSSv3 score: 7(High)
A use-after-free
vulnerability in the Linux kernel's netfilter: nf_tables component can
be exploited to achieve local privilege escalation.
Due to a race condition between nf_tables netlink control plane transaction and nft_set element garbage collection, it is possible to underflow the reference counter causing a use-after-free vulnerability.
We recommend upgrading past commit 3e91b0ebd994635df2346353322ac51ce84ce6d8.
CVE-2023-42754 CVSSv3 score: n/a
A NULL pointer dereference
flaw was found in the Linux kernel ipv4 stack. The socket buffer (skb)
was assumed to be associated with a device before calling
__ip_options_compile, which is not always the case if the skb is
re-routed by ipvs. This issue may allow a local user with CAP_NET_ADMIN
privileges to crash the system.
CVE-2023-42755 CVSSv3 score: 5.5(Medium)
A flaw was found in the IPv4
Resource Reservation Protocol (RSVP) classifier in the Linux kernel.
The xprt pointer may go beyond the linear part of the skb, leading to an
out-of-bounds read in the rsvp_classify function. This issue may allow a local user to crash the system and cause a denial of service.
CVE-2023-5197 CVSSv3 score: 6.6(Medium)
A use-after-free
vulnerability in the Linux kernel's netfilter: nf_tables component can
be exploited to achieve local privilege escalation.
Addition and removal of rules from chain bindings within the same transaction causes leads to use-after-free.
We recommend upgrading past commit f15f29fd4779be8a418b66e9d52979bb6d6c2325.
curl
CVE-2023-38545 CVSSv3 score: n/a
This flaw makes curl overflow a heap based buffer in the SOCKS5 proxy
handshake.
When curl is asked to pass along the host name to the SOCKS5 proxy to allow
that to resolve the address instead of it getting done by curl itself, the
maximum length that host name can be is 255 bytes.
If the host name is detected to be longer, curl switches to local name
resolving and instead passes on the resolved address only. Due to this bug,
the local variable that means "let the host resolve the name" could get the
wrong value during a slow SOCKS5 handshake, and contrary to the intention,
copy the too long host name to the target buffer instead of copying just the
resolved address there.
The target buffer being a heap based buffer, and the host name coming from the
URL that curl has been told to operate with.
CVE-2023-38546 CVSSv3 score: n/a
This flaw allows an attacker to insert cookies at will into a running program
using libcurl, if the specific series of conditions are met.
libcurl performs transfers. In its API, an application creates "easy handles"
that are the individual handles for single transfers.
libcurl provides a function call that duplicates en easy handle called
curl_easy_duphandle.
If a transfer has cookies enabled when the handle is duplicated, the
cookie-enable state is also cloned - but without cloning the actual
cookies. If the source handle did not read any cookies from a specific file on
disk, the cloned version of the handle would instead store the file name as
none (using the four ASCII letters, no quotes).
Subsequent use of the cloned handle that does not explicitly set a source to
load cookies from would then inadvertently load cookies from a file named
none - if such a file exists and is readable in the current directory of the
program using libcurl. And if using the correct file format of course.
Best,
The Flatcar Container Linux Maintainers