Lucene search
+L

3466 matches found

CVE
CVE
added 2025/01/19 10:17 a.m.276 views

CVE-2025-21638

CVE-2025-21638 affects the Linux kernel SCTP sysctl: auth_enable. Root cause: using current->nsproxy can be NULL or inconsistently reflect netns, causing potential issues; remediation fixes rely on obtaining net from table->data via container_of() rather than current. Affected advisories in...

7.1CVSS6.9AI score0.00237EPSS
SaveExploits0References10Affected Software1
Cvelist
Cvelist
added 2025/01/19 10:17 a.m.31 views

CVE-2025-21638 sctp: sysctl: auth_enable: avoid using current->nsproxy

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...

7.1CVSS0.00237EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/01/19 10:17 a.m.19 views

CVE-2025-21639

In the Linux kernel, the following vulnerability has been resolved: sctp: sysctl: rtomin/max: 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...

5.5CVSS5.6AI score0.00228EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/01/19 10:17 a.m.42 views

CVE-2025-21639 sctp: sysctl: rto_min/max: avoid using current->nsproxy

In the Linux kernel, the following vulnerability has been resolved: sctp: sysctl: rtomin/max: 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...

0.00228EPSS
SaveExploits0References7
CVE
CVE
added 2025/01/19 10:17 a.m.203 views

CVE-2025-21639

The CVE-2025-21639 issue is in the Linux kernel SCTP sysctl handling (rto_min/rto_max) where current->nsproxy was used to read netns, risking a NULL pointer dereference and Oops when the task is exiting. The fix, as described in the initial document, replaces current->nsproxy usage with ret...

5.5CVSS6.9AI score0.00228EPSS
SaveExploits0References10Affected Software1
Debian CVE
Debian CVE
added 2025/01/19 10:17 a.m.6 views

CVE-2025-21638

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...

7.1CVSS5.6AI score0.00237EPSS
SaveExploits0
OSV
OSV
added 2025/01/19 10:17 a.m.21 views

CVE-2025-21638 sctp: sysctl: auth_enable: avoid using current->nsproxy

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...

7.1CVSS6AI score
SaveExploits0References13
OSV
OSV
added 2025/01/19 10:17 a.m.20 views

CVE-2025-21639 sctp: sysctl: rto_min/max: avoid using current->nsproxy

In the Linux kernel, the following vulnerability has been resolved: sctp: sysctl: rtomin/max: 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...

5.5CVSS6AI score
SaveExploits0References13
Cvelist
Cvelist
added 2025/01/19 10:17 a.m.34 views

CVE-2025-21637 sctp: sysctl: udp_port: avoid using current->nsproxy

In the Linux kernel, the following vulnerability has been resolved: sctp: sysctl: udpport: 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...

7.1CVSS0.00212EPSS
SaveExploits0References5
OSV
OSV
added 2025/01/19 10:17 a.m.12 views

CVE-2025-21637 sctp: sysctl: udp_port: avoid using current->nsproxy

In the Linux kernel, the following vulnerability has been resolved: sctp: sysctl: udpport: 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...

7.1CVSS6AI score
SaveExploits0References9
Debian CVE
Debian CVE
added 2025/01/19 10:17 a.m.19 views

CVE-2025-21637

In the Linux kernel, the following vulnerability has been resolved: sctp: sysctl: udpport: 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...

7.1CVSS5.6AI score0.00212EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2025/01/19 10:17 a.m.2 views

CVE-2025-21637 sctp: sysctl: udp_port: avoid using current->nsproxy

In the Linux kernel, the following vulnerability has been resolved: sctp: sysctl: udpport: 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...

7.1CVSS7.5AI score0.00212EPSS
SaveExploits0References5
CVE
CVE
added 2025/01/19 10:17 a.m.185 views

CVE-2025-21637

CVE-2025-21637 affects the Linux kernel SCTP sysctl path for udp_port. The issue arises from using current->nsproxy via the net structure, risking NULL nsproxy (e.g., when the current task is exiting) and potentially triggering a fault. The fix described in the sources relies on obtaining net ...

7.1CVSS6.9AI score0.00212EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 2025/01/19 10:17 a.m.41 views

CVE-2025-21636 sctp: sysctl: plpmtud_probe_interval: avoid using current->nsproxy

In the Linux kernel, the following vulnerability has been resolved: sctp: sysctl: plpmtudprobeinterval: 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 fro...

0.00217EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/01/19 10:17 a.m.10 views

CVE-2025-21636

In the Linux kernel, the following vulnerability has been resolved: sctp: sysctl: plpmtudprobeinterval: 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 fro...

5.5CVSS5.6AI score0.00217EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2025/01/19 10:17 a.m.2 views

CVE-2025-21636 sctp: sysctl: plpmtud_probe_interval: avoid using current->nsproxy

In the Linux kernel, the following vulnerability has been resolved: sctp: sysctl: plpmtudprobeinterval: 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 fro...

7.5AI score0.00217EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/01/01 12:00 a.m.9 views

PT-2025-49784

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a time-of-check to time-of-use TOCTOU issue that can lead to an out-of-bounds write. This occurs in the sctp diag dump function, which calls sctp for each...

6.2AI score0.00188EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2024/12/13 12:00 a.m.12 views

CBL Mariner 2.0 Security Update: kernel (CVE-2024-50299)

The version of kernel installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2024-50299 advisory. - In the Linux kernel, the following vulnerability has been resolved: sctp: properly validate chunk size in...

8.2CVSS6.2AI score0.00623EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2024/12/13 12:00 a.m.10 views

CBL Mariner 2.0 Security Update: kernel (CVE-2024-49944)

The version of kernel installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2024-49944 advisory. - In the Linux kernel, the following vulnerability has been resolved: sctp: set skstate back to CLOSED if...

5.5CVSS6.1AI score0.00277EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2024/12/09 12:00 a.m.30 views

CentOS 9 : kernel-5.14.0-539.el9

The remote CentOS Linux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the kernel-5.14.0-539.el9 build changelog. - In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: Fix possible crash on mgmtindexremoved If...

8.2CVSS6.1AI score0.00623EPSS
SaveExploits0References3
Rows per page
Query Builder