PULSE
LIVE39signals / 24h
FEED
ransomqilin reclama a HIGEN MOTOR(critical data) · KR · Manufacturingransomdirewolf reclama a Swyft Inc. · US · Technologyransomdirewolf reclama a AliveCor, Inc. · US · Healthcareransomdirewolf reclama a Statista GmbH · DE · Professional Servicesransomdirewolf reclama a Quironsalud · ES · Healthcareransomdirewolf reclama a Health Carousel · PH · Healthcareransomdirewolf reclama a Fondo · Financial Servicesransomdirewolf reclama a Osmo Wallet · US · Financial Servicesransombravox reclama a Elettrica System · IT · Energy & Utilitiesransomglobal secret group reclama a Coggins Insurance Agency · US · Financial Servicesransombravox reclama a Verona 83 · IT · Not Foundransomunsafe reclama a Presentations.AI · US · Technologyransomakira reclama a Alcast · Manufacturingransompanzer reclama a The Minor Food Group · TH · Agriculture and Food Productionransomqilin reclama a HIGEN MOTOR(critical data) · KR · Manufacturingransomdirewolf reclama a Swyft Inc. · US · Technologyransomdirewolf reclama a AliveCor, Inc. · US · Healthcareransomdirewolf reclama a Statista GmbH · DE · Professional Servicesransomdirewolf reclama a Quironsalud · ES · Healthcareransomdirewolf reclama a Health Carousel · PH · Healthcareransomdirewolf reclama a Fondo · Financial Servicesransomdirewolf reclama a Osmo Wallet · US · Financial Servicesransombravox reclama a Elettrica System · IT · Energy & Utilitiesransomglobal secret group reclama a Coggins Insurance Agency · US · Financial Servicesransombravox reclama a Verona 83 · IT · Not Foundransomunsafe reclama a Presentations.AI · US · Technologyransomakira reclama a Alcast · Manufacturingransompanzer reclama a The Minor Food Group · TH · Agriculture and Food Production
← All CVEs
CVE WatchAug 10, 2026

CVE-2026-68162

In the Linux kernel, the following vulnerability has been resolved: sctp: avoid auth_enable sysctl UAF during netns teardown proc_sctp_do_

CVSS

No CVSS

EPSS

KEV

Exploit Today

0-100

Published: Aug 10, 2026 · Last modified: Aug 10, 2026

EPSS · 30d

Not enough EPSS history yet.

Technical description

In the Linux kernel, the following vulnerability has been resolved: sctp: avoid auth_enable sysctl UAF during netns teardown proc_sctp_do_auth() updates the SCTP control socket after changing net.sctp.auth_enable. The handler gets the per-net SCTP state from ctl->data, so an already opened sysctl file can still target a network namespace while that namespace is being torn down. SCTP previously registered its per-net sysctls from sctp_defaults_init(), while the control socket is created later from sctp_ctrlsock_init(). This exposed a window during initialization where auth_enable was writable before net->sctp.ctl_sock existed, and a teardown window where auth_enable stayed writable after inet_ctl_sock_destroy() had released the control socket. Move the per-net SCTP sysctl registration into sctp_ctrlsock_init() after sctp_ctl_sock_init() succeeds, and unregister the sysctl table before destroying the control socket in sctp_ctrlsock_exit(). If sysctl registration fails after the control socket was created, destroy the control socket in the same init path. Make sctp_sysctl_net_unregister() tolerate a missing header and clear the saved pointer so init-error and exit paths can safely share the unregister helper.

Official references
Related CVEs

No related CVEs by CWE or product.