9 matches found
rds: sysctl: rds_tcp_{rcv,snd}buf: avoid using current->nsproxy
...
sctp: sysctl: plpmtud_probe_interval: avoid using current->nsproxy
...
mptcp: sysctl: sched: avoid using current->nsproxy
...
sctp: sysctl: rto_min/max: avoid using current->nsproxy
...
sctp: sysctl: cookie_hmac_alg: avoid using current->nsproxy
...
sctp: sysctl: auth_enable: avoid using current->nsproxy
...
AZL-57228 CVE-2025-21638 affecting package kernel for versions less than 5.15.180.1-1
In the Linux kernel, the following vulnerability has been resolved: sctp: sysctl: authenable: avoid using current-nsproxy As mentioned in a previous commit of this series, using the 'net' structure via 'current' is not recommended for different reasons: - Inconsistency: getting info from the...
DEBIAN-CVE-2025-21635
In the Linux kernel, the following vulnerability has been resolved: rds: sysctl: rdstcprcv,sndbuf: avoid using current-nsproxy As mentioned in a previous commit of this series, using the 'net' structure via 'current' is not recommended for different reasons: - Inconsistency: getting info from the...
CVE-2025-21641 mptcp: sysctl: blackhole timeout: avoid using current->nsproxy
In the Linux kernel, the following vulnerability has been resolved: mptcp: sysctl: blackhole timeout: avoid using current-nsproxy As mentioned in the previous commit, using the 'net' structure via 'current' is not recommended for different reasons: - Inconsistency: getting info from the...