CVE & CISA-KEV Catalog

CVE-2022-48687

MEDIUM
5.5
CVSS v3
NVD

Description

In the Linux kernel, the following vulnerability has been resolved: ipv6: sr: fix out-of-bounds read when setting HMAC data. The SRv6 layer allows defining HMAC data that can later be used to sign IPv6 Segment Routing Headers. This configuration is realised via netlink through four attributes: SEG6_ATTR_HMACKEYID, SEG6_ATTR_SECRET, SEG6_ATTR_SECRETLEN and SEG6_ATTR_ALGID. Because the SECRETLEN attribute is decoupled from the actual length of the SECRET attribute, it is possible to provide invalid combinations (e.g., secret = "", secretlen = 64). This case is not checked in the code and with an appropriately crafted netlink message, an out-of-bounds read of up to 64 bytes (max secret length) can occur past the skb end pointer and into skb_shared_info: Breakpoint 1, seg6_genl_sethmac (skb=<optimized out>, info=<optimized out>) at net/ipv6/seg6.c:208 208 memcpy(hinfo->secret, secret, slen); (gdb) bt #0 seg6_genl_sethmac (skb=<optimized out>, info=<optimized out>) at net/ipv6/seg6.c:208 #1 0xffffffff81e012e9 in genl_family_rcv_msg_doit (skb=skb@entry=0xffff88800b1f9f00, nlh=nlh@entry=0xffff88800b1b7600, extack=extack@entry=0xffffc90000ba7af0, ops=ops@entry=0xffffc90000ba7a80, hdrlen=4, net=0xffffffff84237580 <init_net>, family=<optimized out>, family=<optimized out>) at net/netlink/genetlink.c:731 #2 0xffffffff81e01435 in genl_family_rcv_msg (extack=0xffffc90000ba7af0, nlh=0xffff88800b1b7600, skb=0xffff88800b1f9f00, family=0xffffffff82fef6c0 <seg6_genl_family>) at net/netlink/genetlink.c:775 #3 genl_rcv_msg (skb=0xffff88800b1f9f00, nlh=0xffff88800b1b7600, extack=0xffffc90000ba7af0) at net/netlink/genetlink.c:792 #4 0xffffffff81dfffc3 in netlink_rcv_skb (skb=skb@entry=0xffff88800b1f9f00, cb=cb@entry=0xffffffff81e01350 <genl_rcv_msg>) at net/netlink/af_netlink.c:2501 #5 0xffffffff81e00919 in genl_rcv (skb=0xffff88800b1f9f00) at net/netlink/genetlink.c:803 #6 0xffffffff81dff6ae in netlink_unicast_kernel (ssk=0xffff888010eec800, skb=0xffff88800b1f9f00, sk=0xffff888004aed000) at net/netlink/af_netlink.c:1319 #7 netlink_unicast (ssk=ssk@entry=0xffff888010eec800, skb=skb@entry=0xffff88800b1f9f00, portid=portid@entry=0, nonblock=<optimized out>) at net/netlink/af_netlink.c:1345 #8 0xffffffff81dff9a4 in netlink_sendmsg (sock=<optimized out>, msg=0xffffc90000ba7e48, len=<optimized out>) at net/netlink/af_netlink.c:1921 ... (gdb) p/x ((struct sk_buff *)0xffff88800b1f9f00)->head + ((struct sk_buff *)0xffff88800b1f9f00)->end $1 = 0xffff88800b1b76c0 (gdb) p/x secret $2 = 0xffff88800b1b76c0 (gdb) p slen $3 = 64 '@' The OOB data can then be read back from userspace by dumping HMAC state. This commit fixes this by ensuring SECRETLEN cannot exceed the actual length of SECRET.

How to fix

Remediation Available
linuxDebian
Fixed in:5.10.148-1CVE-2022-48687
Fixed in:5.19.11-1CVE-2022-48687
Fixed in:5.19.11-1CVE-2022-48687
Fixed in:5.19.11-1CVE-2022-48687
bpftoolRocky
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
bpftoolRed Hat / RHEL
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
bpftool-debuginfoRocky
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
bpftool-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
kernelRocky
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
kernelRed Hat / RHEL
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
kernel-abi-stablelistsRed Hat / RHEL
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
kernel-abi-stablelistsRocky
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
kernel-coreRed Hat / RHEL
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
kernel-coreRocky
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
kernel-debugRocky
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
kernel-debugRed Hat / RHEL
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
kernel-debug-coreRed Hat / RHEL
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
kernel-debug-coreRocky
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
kernel-debug-debuginfoRocky
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
kernel-debug-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
kernel-debug-develRed Hat / RHEL
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
kernel-debug-develRocky
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
kernel-debug-modulesRed Hat / RHEL
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
kernel-debug-modulesRocky
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
kernel-debug-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
kernel-debug-modules-extraRocky
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
kernel-debuginfoRocky
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
kernel-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
kernel-debuginfo-common-aarch64Red Hat / RHEL
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
kernel-debuginfo-common-aarch64Rocky
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
kernel-debuginfo-common-ppc64leRed Hat / RHEL
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
kernel-debuginfo-common-ppc64leRocky
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
kernel-debuginfo-common-s390xRed Hat / RHEL
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
kernel-debuginfo-common-s390xRocky
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
kernel-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
kernel-debuginfo-common-x86_64Rocky
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
kernel-develRocky
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
kernel-develRed Hat / RHEL
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
kernel-docRed Hat / RHEL
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
kernel-docRocky
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
kernel-modulesRocky
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
kernel-modulesRed Hat / RHEL
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
kernel-modules-extraRocky
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
kernel-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
kernel-toolsRocky
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
kernel-toolsRed Hat / RHEL
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
kernel-tools-debuginfoRocky
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
kernel-tools-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
kernel-tools-libsRocky
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
kernel-tools-libsRed Hat / RHEL
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
kernel-zfcpdumpRocky
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
kernel-zfcpdumpRed Hat / RHEL
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
kernel-zfcpdump-coreRocky
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
kernel-zfcpdump-coreRed Hat / RHEL
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
kernel-zfcpdump-debuginfoRocky
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
kernel-zfcpdump-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
kernel-zfcpdump-develRocky
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
kernel-zfcpdump-develRed Hat / RHEL
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
kernel-zfcpdump-modulesRocky
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
kernel-zfcpdump-modulesRed Hat / RHEL
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
kernel-zfcpdump-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
kernel-zfcpdump-modules-extraRocky
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
perfRed Hat / RHEL
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
perfRocky
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
perf-debuginfoRocky
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
perf-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
python3-perfRed Hat / RHEL
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
python3-perfRocky
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
python3-perf-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
python3-perf-debuginfoRocky
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753
Fixed in:0:4.18.0-372.123.1.el8_6RHSA-2024:6753

Remediation is compiled from vendor and distribution security advisories. Always confirm against the linked source for your exact version and platform.

CVSS v3 Vector

Exploitability

Attack VectorLocal
Attack ComplexityLow
Privileges RequiredLow
User InteractionNone
ScopeUnchanged

Impact

ConfidentialityHigh
IntegrityNone
AvailabilityNone

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N

Exploit Intelligence

0.24%probability of exploitation in 30 days
15thpercentile

Low risk: more likely to be exploited than 15% of all known CVEs.

References

Related Vulnerabilities

Other CWE-125 (Out-of-bounds Read) vulnerabilities, ordered by exploit likelihood. View all

CVESeverityCVSSEPSSExploitedFix
CVE-2014-0160High7.5100%KEVFix
CVE-2025-5777High7.5100%KEV + RansomFix
CVE-2021-4034High7.895%KEVFix
CVE-2023-21769High7.592%-Fix
CVE-2023-49285High8.689%-Fix
CVE-2020-8794Critical9.889%-Fix
Embed a live status badge for CVE-2022-48687
CVE-2022-48687 severity badge

Markdown

[![CVE-2022-48687](https://tridentstack.com/cve/badge/CVE-2022-48687.svg)](https://tridentstack.com/cve/CVE-2022-48687)

HTML

<a href="https://tridentstack.com/cve/CVE-2022-48687"><img src="https://tridentstack.com/cve/badge/CVE-2022-48687.svg" alt="CVE-2022-48687"></a>

Find and fix vulnerabilities across your fleet

TridentStack Control continuously scans your Windows, macOS, and Linux fleet for known vulnerabilities, prioritizes them by severity and active exploitation, and patches them automatically.

Start free

This product uses NVD data but is not endorsed or certified by the NVD. EPSS scores courtesy of FIRST.org (https://www.first.org/epss). Source: CISA KEV Catalog. Data as of 2024-11-21.