Overly broad permissions can turn one compromised account into a much larger security problem. Learn how to reduce unnecessary access, review privileges, and apply least privilege across modern Linux systems. Review Linux Privileges×

Alerts This Week
Warning Icon 1 514
Alerts This Week
Warning Icon 1 514

Stay Secure with the Latest Linux Advisories

Filter%20icon Refine advisories
X Clear Filters
X Clear Filters
View More

Get the latest News and Insights

Get the latest Linux and open source security news straight to your inbox.

Community Poll

Should Linux servers automatically install security updates?

No answer selected. Please try again.
Please select either existing option or enter your own, however not both.
Please select minimum {0} answer(s).
Please select maximum {0} answer(s).
/main-polls/157-should-linux-servers-automatically-install-security-updates?task=poll.vote&format=json
157
radio
0
[{"id":506,"title":"Yes \u2014 critical security patches should install automatically.","votes":0,"type":"x","order":1,"pct":0,"resources":[]},{"id":507,"title":"No \u2014 every update should be tested before deployment.","votes":0,"type":"x","order":2,"pct":0,"resources":[]},{"id":508,"title":"Only critical vulnerabilities should auto-install.","votes":0,"type":"x","order":3,"pct":0,"resources":[]},{"id":509,"title":"I patch when Reddit starts panicking.","votes":1,"type":"x","order":4,"pct":100,"resources":[]}] ["#ff5b00","#4ac0f2","#b80028","#eef66c","#60bb22","#b96a9a","#62c2cc"] ["rgba(255,91,0,0.7)","rgba(74,192,242,0.7)","rgba(184,0,40,0.7)","rgba(238,246,108,0.7)","rgba(96,187,34,0.7)","rgba(185,106,154,0.7)","rgba(98,194,204,0.7)"] 350
bottom 200
Loading...

Explore Latest Linux Security advisories

We found 1 articles for you...
100

SUSE 15-SP7 valkey Moderate DoS Data Tampering 2026-0848-1

An update that solves two vulnerabilities can now be installed.. # Security update for valkey Announcement ID: SUSE-SU-2026:0848-1 Release Date: 2026-03-07T18:18:45Z Rating: moderate References: * bsc#1258746 * bsc#1258788 Cross-References: * CVE-2025-67733 * CVE-2026-21863 CVSS scores: * CVE-2025-67733 ( SUSE ): 6.8 CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:H * CVE-2025-67733 ( NVD ): 8.5 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:L/A:H * CVE-2025-67733 ( NVD ): 7.1 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:H * CVE-2026-21863 ( SUSE ): 6.5 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H * CVE-2026-21863 ( NVD ): 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H Affected Products: * Server Applications Module 15-SP7 * SUSE Linux Enterprise Real Time 15 SP7 * SUSE Linux Enterprise Server 15 SP7 * SUSE Linux Enterprise Server for SAP Applications 15 SP7 An update that solves two vulnerabilities can now be installed. ## Description: This update for valkey fixes the following issues: Update to version 8.0.7. Security issues fixed: * CVE-2025-67733: data tampering and denial of service via improper null character handling in Lua scripts (bsc#1258746). * CVE-2026-21863: denial of service via invalid clusterbus packet (bsc#1258788). Other updates and bugfixes: * ltrim should not call signalModifiedKey when no elements are removed (#2787) * chained replica crash when doing dual channel replication (#2983) * used_memory_dataset underflow due to miscalculated used_memory_overhead (#3005) * avoids crash during MODULE UNLOAD when ACL rules reference a module command and subcommand (#3160) * server assert on ACL LOAD and resetchannels (#3182) * bug causing no response flush sometimes when IO threads are busy (#3205) ## Patch Instructions: To install this SUSE update use the SUSE recommended installation methods like YaST online_update or "zypper patch". Alternatively you can run the command listed for your product: *Server Applications Module 15-SP7 zypper in -t patch SUSE-SLE-Module-Server-Applications-15-SP7-2026-848=1 ## Package List: * Server Applications Module 15-SP7 (aarch64 ppc64le s390x x86_64) * valkey-devel-8.0.7-150700.3.14.1 * valkey-8.0.7-150700.3.14.1 * valkey-debuginfo-8.0.7-150700.3.14.1 * valkey-debugsource-8.0.7-150700.3.14.1 * Server Applications Module 15-SP7 (noarch) * valkey-compat-redis-8.0.7-150700.3.14.1 ## References: * https://www.suse.com/security/cve/CVE-2025-67733.html * https://www.suse.com/security/cve/CVE-2026-21863.html * https://bugzilla.suse.com/show_bug.cgi?id=1258746 * https://bugzilla.suse.com/show_bug.cgi?id=1258788 . SUSE updates for valkey address two security issues with moderate severity for denial of service and data handling.. SUSE 15-SP7 valkey security update denial of service data tampering. . LinuxSecurity.com Team

Calendar%202 Mar 09, 2026 SuSE
219

Rocky Linux 9 Security Update Available for Upgrade - RLSA-2026-3511

Important: valkey security update. {"type": "TYPE_SECURITY", "shortCode": "RL", "name": "RLSA-2026:3507", "synopsis": "Important: valkey security update", "severity": "SEVERITY_IMPORTANT", "topic": "An update is available for valkey.\nThis update affects Rocky Linux 9.\nA Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list", "description": "Valkey is an advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets. You can run atomic operations on these types, like appending to a string; incrementing the value in a hash; pushing to a list; computing set intersection, union and difference; or getting the member with highest ranking in a sorted set. In order to achieve its outstanding performance, Valkey works with an in-memory dataset. Depending on your use case, you can persist it either by dumping the dataset to disk every once in a while, or by appending each command to a log. Valkey also supports trivial-to-setup master-slave replication, with very fast non-blocking first synchronization, auto-reconnection on net split and so forth. Other features include Transactions, Pub/Sub, Lua scripting, Keys with a limited time-to-live, and configuration settings to make Valkey behave like a cache. You can use Valkey from most programming languages also.\n\nSecurity Fix(es):\n\n* Valkey: Valkey: Data tampering and denial of service via improper null character handling in Lua scripts (CVE-2025-67733)\n\n* valkey: Valkey: Denial of Service via invalid clusterbus packet (CVE-2026-21863)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "solution": null, "affectedProducts": ["Rocky Linux 9"], "fixes": [{"ticket": "2442025", "sourceBy": "Red Hat", "sourceLink":"https://bugzilla.redhat.com/show_bug.cgi?id=2442025", "description": ""}, {"ticket": "2442026", "sourceBy": "Red Hat", "sourceLink": "https://bugzilla.redhat.com/show_bug.cgi?id=2442026", "description": ""}], "cves": [{"name": "CVE-2025-67733", "sourceBy": "MITRE", "sourceLink": "https://www.cve.org/CVERecord?id=CVE-2025-67733", "cvss3ScoringVector": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:H", "cvss3BaseScore": "7.1", "cwe": "CWE-170"}, {"name": "CVE-2026-21863", "sourceBy": "MITRE", "sourceLink": "https://www.cve.org/CVERecord?id=CVE-2026-21863", "cvss3ScoringVector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "cvss3BaseScore": "7.5", "cwe": "CWE-125"}], "references": [], "publishedAt": "2026-03-05T09:09:17.804344Z", "rpms": {"Rocky Linux 9": {"nvras": ["valkey-0:8.0.7-1.el9_7.aarch64.rpm", "valkey-0:8.0.7-1.el9_7.ppc64le.rpm", "valkey-0:8.0.7-1.el9_7.s390x.rpm", "valkey-0:8.0.7-1.el9_7.src.rpm", "valkey-0:8.0.7-1.el9_7.x86_64.rpm", "valkey-debuginfo-0:8.0.7-1.el9_7.aarch64.rpm", "valkey-debuginfo-0:8.0.7-1.el9_7.ppc64le.rpm", "valkey-debuginfo-0:8.0.7-1.el9_7.s390x.rpm", "valkey-debuginfo-0:8.0.7-1.el9_7.x86_64.rpm", "valkey-debugsource-0:8.0.7-1.el9_7.aarch64.rpm", "valkey-debugsource-0:8.0.7-1.el9_7.ppc64le.rpm", "valkey-debugsource-0:8.0.7-1.el9_7.s390x.rpm", "valkey-debugsource-0:8.0.7-1.el9_7.x86_64.rpm", "valkey-devel-0:8.0.7-1.el9_7.aarch64.rpm", "valkey-devel-0:8.0.7-1.el9_7.ppc64le.rpm", "valkey-devel-0:8.0.7-1.el9_7.s390x.rpm", "valkey-devel-0:8.0.7-1.el9_7.x86_64.rpm"]}}, "rebootSuggested": false, "buildReferences": []}. Keep your Rocky Linux 9 system secure with the latest valkey updates for critical and important threats.. valkey security update, rocky linux updates, denial of service, valkey patch, data handling. . Severity: Important. LinuxSecurity.com Team

Calendar%202 Mar 05, 2026 Important Rocky Linux
219

Zenith OS 11 alert Essential DDoS Data Manipulation ZLSA-2027-4556

Important: valkey security update. {"type": "TYPE_SECURITY", "shortCode": "RL", "name": "RLSA-2026:3443", "synopsis": "Important: valkey security update", "severity": "SEVERITY_IMPORTANT", "topic": "An update is available for valkey.\nThis update affects Rocky Linux 10.\nA Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list", "description": "Valkey is an advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets. You can run atomic operations on these types, like appending to a string; incrementing the value in a hash; pushing to a list; computing set intersection, union and difference; or getting the member with highest ranking in a sorted set. In order to achieve its outstanding performance, Valkey works with an in-memory dataset. Depending on your use case, you can persist it either by dumping the dataset to disk every once in a while, or by appending each command to a log. Valkey also supports trivial-to-setup master-slave replication, with very fast non-blocking first synchronization, auto-reconnection on net split and so forth. Other features include Transactions, Pub/Sub, Lua scripting, Keys with a limited time-to-live, and configuration settings to make Valkey behave like a cache. You can use Valkey from most programming languages also.\n\nSecurity Fix(es):\n\n* Valkey: Valkey: Data tampering and denial of service via improper null character handling in Lua scripts (CVE-2025-67733)\n\n* valkey: Valkey: Denial of Service via invalid clusterbus packet (CVE-2026-21863)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "solution": null, "affectedProducts": ["Rocky Linux 10"], "fixes": [{"ticket": "2442025", "sourceBy": "Red Hat", "sourceLink":"https://bugzilla.redhat.com/show_bug.cgi?id=2442025", "description": ""}, {"ticket": "2442026", "sourceBy": "Red Hat", "sourceLink": "https://bugzilla.redhat.com/show_bug.cgi?id=2442026", "description": ""}], "cves": [{"name": "CVE-2025-67733", "sourceBy": "MITRE", "sourceLink": "https://www.cve.org/CVERecord?id=CVE-2025-67733", "cvss3ScoringVector": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:L/A:H", "cvss3BaseScore": "8.5", "cwe": "CWE-170"}, {"name": "CVE-2026-21863", "sourceBy": "MITRE", "sourceLink": "https://www.cve.org/CVERecord?id=CVE-2026-21863", "cvss3ScoringVector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "cvss3BaseScore": "7.5", "cwe": "CWE-125"}], "references": [], "publishedAt": "2026-02-28T09:08:38.427685Z", "rpms": {"Rocky Linux 10": {"nvras": ["valkey-debugsource-0:8.0.7-1.el10_1.x86_64.rpm", "valkey-debugsource-0:8.0.7-1.el10_1.aarch64.rpm", "valkey-devel-0:8.0.7-1.el10_1.ppc64le.rpm", "valkey-devel-0:8.0.7-1.el10_1.aarch64.rpm", "valkey-devel-0:8.0.7-1.el10_1.x86_64.rpm", "valkey-debugsource-0:8.0.7-1.el10_1.ppc64le.rpm", "valkey-0:8.0.7-1.el10_1.ppc64le.rpm", "valkey-debuginfo-0:8.0.7-1.el10_1.ppc64le.rpm", "valkey-debugsource-0:8.0.7-1.el10_1.s390x.rpm", "valkey-debuginfo-0:8.0.7-1.el10_1.s390x.rpm", "valkey-0:8.0.7-1.el10_1.x86_64.rpm", "valkey-devel-0:8.0.7-1.el10_1.s390x.rpm", "valkey-debuginfo-0:8.0.7-1.el10_1.aarch64.rpm", "valkey-0:8.0.7-1.el10_1.src.rpm", "valkey-0:8.0.7-1.el10_1.aarch64.rpm", "valkey-debuginfo-0:8.0.7-1.el10_1.x86_64.rpm", "valkey-0:8.0.7-1.el10_1.s390x.rpm"]}}, "rebootSuggested": false, "buildReferences": []}. Important security update for valkey on Rocky Linux addressing critical issues and ensuring data integrity.. valkey security update, Rocky Linux patch, important security fixes. . Severity: Important. LinuxSecurity.com Team

Calendar%202 Feb 28, 2026 Important Rocky Linux
202

openSUSE Leap 15.6 - valkey - Moderate Data Tampering DoS Issue 2026-0685-1

An update that solves two vulnerabilities can now be installed.. # Security update for valkey Announcement ID: SUSE-SU-2026:0685-1 Release Date: 2026-02-27T11:53:26Z Rating: moderate References: * bsc#1258746 * bsc#1258788 Cross-References: * CVE-2025-67733 * CVE-2026-21863 CVSS scores: * CVE-2025-67733 ( SUSE ): 6.8 CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:H * CVE-2025-67733 ( NVD ): 8.5 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:L/A:H * CVE-2025-67733 ( NVD ): 7.1 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:H * CVE-2026-21863 ( SUSE ): 6.5 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H * CVE-2026-21863 ( NVD ): 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H Affected Products: * openSUSE Leap 15.6 An update that solves two vulnerabilities can now be installed. ## Description: This update for valkey fixes the following issues: Update to version 8.0.7. Security issues fixed: * CVE-2025-67733: data tampering and denial of service via improper null character handling in Lua scripts (bsc#1258746). * CVE-2026-21863: denial of service via invalid clusterbus packet (bsc#1258788). Other updates and bugfixes: * ltrim should not call signalModifiedKey when no elements are removed (#2787) * chained replica crash when doing dual channel replication (#2983) * used_memory_dataset underflow due to miscalculated used_memory_overhead (#3005) * avoids crash during MODULE UNLOAD when ACL rules reference a module command and subcommand (#3160) * server assert on ACL LOAD and resetchannels (#3182) * bug causing no response flush sometimes when IO threads are busy (#3205) ## Patch Instructions: To install this SUSE update use the SUSE recommended installation methods like YaST online_update or "zypper patch". Alternatively you can run the command listed for your product: * openSUSE Leap 15.6 zypper in -t patch openSUSE-SLE-15.6-2026-685=1 SUSE-2026-685=1 ## Package List: * openSUSE Leap 15.6 (aarch64 ppc64le s390x x86_64i586) * valkey-debugsource-8.0.7-150600.13.20.1 * valkey-8.0.7-150600.13.20.1 * valkey-debuginfo-8.0.7-150600.13.20.1 * valkey-devel-8.0.7-150600.13.20.1 * openSUSE Leap 15.6 (noarch) * valkey-compat-redis-8.0.7-150600.13.20.1 ## References: * https://www.suse.com/security/cve/CVE-2025-67733.html * https://www.suse.com/security/cve/CVE-2026-21863.html * https://bugzilla.suse.com/show_bug.cgi?id=1258746 * https://bugzilla.suse.com/show_bug.cgi?id=1258788 . Update for valkey addresses two vulnerabilities and ensures enhanced security on openSUSE Leap 15.6 systems.. openSUSE Security Update, valkey vulns, DoS data tampering. . Severity: moderate. LinuxSecurity.com Team

Calendar%202 Feb 27, 2026 moderate OpenSUSE
100

SUSE 2026 libnvidia-container Important Security Update for 2024-0132-0133

An update that solves two vulnerabilities can now be installed.. # Security update for libnvidia-container Announcement ID: SUSE-SU-2026:0558-1 Release Date: 2026-02-16T11:42:52Z Rating: important References: * bsc#1231032 * bsc#1231033 Cross-References: * CVE-2024-0132 * CVE-2024-0133 CVSS scores: * CVE-2024-0132 ( SUSE ): 8.9 CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:A/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H * CVE-2024-0132 ( SUSE ): 8.3 CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H * CVE-2024-0132 ( NVD ): 9.0 CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H * CVE-2024-0132 ( NVD ): 8.3 CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H * CVE-2024-0133 ( SUSE ): 2.1 CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:A/VC:N/VI:L/VA:N/SC:N/SI:L/SA:N * CVE-2024-0133 ( SUSE ): 4.7 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:N/I:L/A:N * CVE-2024-0133 ( NVD ): 4.1 CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:N/I:L/A:N * CVE-2024-0133 ( NVD ): 3.4 CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:N/I:L/A:N Affected Products: * Containers Module 15-SP7 * openSUSE Leap 15.6 * SUSE Linux Enterprise High Performance Computing 15 SP4 * SUSE Linux Enterprise High Performance Computing 15 SP5 * SUSE Linux Enterprise High Performance Computing ESPOS 15 SP4 * SUSE Linux Enterprise High Performance Computing ESPOS 15 SP5 * SUSE Linux Enterprise High Performance Computing LTSS 15 SP4 * SUSE Linux Enterprise High Performance Computing LTSS 15 SP5 * SUSE Linux Enterprise Real Time 15 SP7 * SUSE Linux Enterprise Server 15 SP4 * SUSE Linux Enterprise Server 15 SP4 LTSS * SUSE Linux Enterprise Server 15 SP5 * SUSE Linux Enterprise Server 15 SP5 LTSS * SUSE Linux Enterprise Server 15 SP6 * SUSE Linux Enterprise Server 15 SP6 LTSS * SUSE Linux Enterprise Server 15 SP7 * SUSE Linux Enterprise Server for SAP Applications 15 SP4 * SUSE Linux Enterprise Server for SAP Applications 15 SP5 * SUSE Linux Enterprise Server for SAP Applications 15 SP6 * SUSE Linux Enterprise Server for SAP Applications 15 SP7 Anupdate that solves two vulnerabilities can now be installed. ## Description: This update for libnvidia-container fixes the following issues: Update to version 1.18.0. Security issues fixed: * CVE-2024-0132: time-of-check time-of-use (TOCTOU) race condition in default configuration via specifically crafted container image (bsc#1231033). * CVE-2024-0133: data tampering in host file system via specially crafted container image (bsc#1231032). Other updates and bugfixes: * updated to 1.18.0 * Add clock_gettime to allowed syscalls * Fix pointer accessing local variable out of scope * Require version match between libnvidia-container-tools and libnvidia- container1 * Add libnvidia-gpucomp.so to the list of compute libs * Use VERSION_ prefix for version parts in makefiles * Add additional logging * Do not discard container flags when --cuda-compat-mode is not specified * Remove unneeded --no-cntlibs argument from list command * Add cuda-compat-mode flag to configure command * Skip files when user has insufficient permissions * Fix building with Go 1.24 * Add no-cntlibs CLI option to nvidia-container-cli * Fix always using fallback * Add fallback for systems without memfd_create() * Create virtual copy of host ldconfig binary before calling fexecve() * Fix some typos in text. * update nvidia modprobe to expected 550.54.14. * remove services ## Patch Instructions: To install this SUSE update use the SUSE recommended installation methods like YaST online_update or "zypper patch". Alternatively you can run the command listed for your product: * openSUSE Leap 15.6 zypper in -t patch openSUSE-SLE-15.6-2026-558=1 * Containers Module 15-SP7 zypper in -t patch SUSE-SLE-Module-Containers-15-SP7-2026-558=1 * SUSE Linux Enterprise High Performance Computing ESPOS 15 SP4 zypper in -t patch SUSE-SLE-Product-HPC-15-SP4-ESPOS-2026-558=1 * SUSE Linux Enterprise High Performance Computing LTSS 15 SP4 zypper in -t patchSUSE-SLE-Product-HPC-15-SP4-LTSS-2026-558=1 * SUSE Linux Enterprise High Performance Computing ESPOS 15 SP5 zypper in -t patch SUSE-SLE-Product-HPC-15-SP5-ESPOS-2026-558=1 * SUSE Linux Enterprise High Performance Computing LTSS 15 SP5 zypper in -t patch SUSE-SLE-Product-HPC-15-SP5-LTSS-2026-558=1 * SUSE Linux Enterprise Server 15 SP4 LTSS zypper in -t patch SUSE-SLE-Product-SLES-15-SP4-LTSS-2026-558=1 * SUSE Linux Enterprise Server 15 SP5 LTSS zypper in -t patch SUSE-SLE-Product-SLES-15-SP5-LTSS-2026-558=1 * SUSE Linux Enterprise Server 15 SP6 LTSS zypper in -t patch SUSE-SLE-Product-SLES-15-SP6-LTSS-2026-558=1 * SUSE Linux Enterprise Server for SAP Applications 15 SP4 zypper in -t patch SUSE-SLE-Product-SLES_SAP-15-SP4-2026-558=1 * SUSE Linux Enterprise Server for SAP Applications 15 SP5 zypper in -t patch SUSE-SLE-Product-SLES_SAP-15-SP5-2026-558=1 * SUSE Linux Enterprise Server for SAP Applications 15 SP6 zypper in -t patch SUSE-SLE-Product-SLES_SAP-15-SP6-2026-558=1 ## Package List: * openSUSE Leap 15.6 (aarch64 ppc64le x86_64) * libnvidia-container1-debuginfo-1.18.0-150200.5.9.1 * libnvidia-container-devel-1.18.0-150200.5.9.1 * libnvidia-container-debuginfo-1.18.0-150200.5.9.1 * libnvidia-container1-1.18.0-150200.5.9.1 * libnvidia-container-debugsource-1.18.0-150200.5.9.1 * libnvidia-container-tools-1.18.0-150200.5.9.1 * libnvidia-container-tools-debuginfo-1.18.0-150200.5.9.1 * libnvidia-container-static-1.18.0-150200.5.9.1 * Containers Module 15-SP7 (aarch64 ppc64le x86_64) * libnvidia-container1-debuginfo-1.18.0-150200.5.9.1 * libnvidia-container-devel-1.18.0-150200.5.9.1 * libnvidia-container-debuginfo-1.18.0-150200.5.9.1 * libnvidia-container1-1.18.0-150200.5.9.1 * libnvidia-container-debugsource-1.18.0-150200.5.9.1 * libnvidia-container-tools-1.18.0-150200.5.9.1 * libnvidia-container-tools-debuginfo-1.18.0-150200.5.9.1 *libnvidia-container-static-1.18.0-150200.5.9.1 * SUSE Linux Enterprise High Performance Computing ESPOS 15 SP4 (aarch64 x86_64) * libnvidia-container1-debuginfo-1.18.0-150200.5.9.1 * libnvidia-container-devel-1.18.0-150200.5.9.1 * libnvidia-container-debuginfo-1.18.0-150200.5.9.1 * libnvidia-container1-1.18.0-150200.5.9.1 * libnvidia-container-debugsource-1.18.0-150200.5.9.1 * libnvidia-container-tools-1.18.0-150200.5.9.1 * libnvidia-container-tools-debuginfo-1.18.0-150200.5.9.1 * libnvidia-container-static-1.18.0-150200.5.9.1 * SUSE Linux Enterprise High Performance Computing LTSS 15 SP4 (aarch64 x86_64) * libnvidia-container1-debuginfo-1.18.0-150200.5.9.1 * libnvidia-container-devel-1.18.0-150200.5.9.1 * libnvidia-container-debuginfo-1.18.0-150200.5.9.1 * libnvidia-container1-1.18.0-150200.5.9.1 * libnvidia-container-debugsource-1.18.0-150200.5.9.1 * libnvidia-container-tools-1.18.0-150200.5.9.1 * libnvidia-container-tools-debuginfo-1.18.0-150200.5.9.1 * libnvidia-container-static-1.18.0-150200.5.9.1 * SUSE Linux Enterprise High Performance Computing ESPOS 15 SP5 (aarch64 x86_64) * libnvidia-container1-debuginfo-1.18.0-150200.5.9.1 * libnvidia-container-devel-1.18.0-150200.5.9.1 * libnvidia-container-debuginfo-1.18.0-150200.5.9.1 * libnvidia-container1-1.18.0-150200.5.9.1 * libnvidia-container-debugsource-1.18.0-150200.5.9.1 * libnvidia-container-tools-1.18.0-150200.5.9.1 * libnvidia-container-tools-debuginfo-1.18.0-150200.5.9.1 * libnvidia-container-static-1.18.0-150200.5.9.1 * SUSE Linux Enterprise High Performance Computing LTSS 15 SP5 (aarch64 x86_64) * libnvidia-container1-debuginfo-1.18.0-150200.5.9.1 * libnvidia-container-devel-1.18.0-150200.5.9.1 * libnvidia-container-debuginfo-1.18.0-150200.5.9.1 * libnvidia-container1-1.18.0-150200.5.9.1 * libnvidia-container-debugsource-1.18.0-150200.5.9.1 * libnvidia-container-tools-1.18.0-150200.5.9.1 *libnvidia-container-tools-debuginfo-1.18.0-150200.5.9.1 * libnvidia-container-static-1.18.0-150200.5.9.1 * SUSE Linux Enterprise Server 15 SP4 LTSS (aarch64 ppc64le x86_64) * libnvidia-container1-debuginfo-1.18.0-150200.5.9.1 * libnvidia-container-devel-1.18.0-150200.5.9.1 * libnvidia-container-debuginfo-1.18.0-150200.5.9.1 * libnvidia-container1-1.18.0-150200.5.9.1 * libnvidia-container-debugsource-1.18.0-150200.5.9.1 * libnvidia-container-tools-1.18.0-150200.5.9.1 * libnvidia-container-tools-debuginfo-1.18.0-150200.5.9.1 * libnvidia-container-static-1.18.0-150200.5.9.1 * SUSE Linux Enterprise Server 15 SP5 LTSS (aarch64 ppc64le x86_64) * libnvidia-container1-debuginfo-1.18.0-150200.5.9.1 * libnvidia-container-devel-1.18.0-150200.5.9.1 * libnvidia-container-debuginfo-1.18.0-150200.5.9.1 * libnvidia-container1-1.18.0-150200.5.9.1 * libnvidia-container-debugsource-1.18.0-150200.5.9.1 * libnvidia-container-tools-1.18.0-150200.5.9.1 * libnvidia-container-tools-debuginfo-1.18.0-150200.5.9.1 * libnvidia-container-static-1.18.0-150200.5.9.1 * SUSE Linux Enterprise Server 15 SP6 LTSS (aarch64 ppc64le x86_64) * libnvidia-container1-debuginfo-1.18.0-150200.5.9.1 * libnvidia-container-devel-1.18.0-150200.5.9.1 * libnvidia-container-debuginfo-1.18.0-150200.5.9.1 * libnvidia-container1-1.18.0-150200.5.9.1 * libnvidia-container-debugsource-1.18.0-150200.5.9.1 * libnvidia-container-tools-1.18.0-150200.5.9.1 * libnvidia-container-tools-debuginfo-1.18.0-150200.5.9.1 * libnvidia-container-static-1.18.0-150200.5.9.1 * SUSE Linux Enterprise Server for SAP Applications 15 SP4 (ppc64le x86_64) * libnvidia-container1-debuginfo-1.18.0-150200.5.9.1 * libnvidia-container-devel-1.18.0-150200.5.9.1 * libnvidia-container-debuginfo-1.18.0-150200.5.9.1 * libnvidia-container1-1.18.0-150200.5.9.1 * libnvidia-container-debugsource-1.18.0-150200.5.9.1 * libnvidia-container-tools-1.18.0-150200.5.9.1 *libnvidia-container-tools-debuginfo-1.18.0-150200.5.9.1 * libnvidia-container-static-1.18.0-150200.5.9.1 * SUSE Linux Enterprise Server for SAP Applications 15 SP5 (ppc64le x86_64) * libnvidia-container1-debuginfo-1.18.0-150200.5.9.1 * libnvidia-container-devel-1.18.0-150200.5.9.1 * libnvidia-container-debuginfo-1.18.0-150200.5.9.1 * libnvidia-container1-1.18.0-150200.5.9.1 * libnvidia-container-debugsource-1.18.0-150200.5.9.1 * libnvidia-container-tools-1.18.0-150200.5.9.1 * libnvidia-container-tools-debuginfo-1.18.0-150200.5.9.1 * libnvidia-container-static-1.18.0-150200.5.9.1 * SUSE Linux Enterprise Server for SAP Applications 15 SP6 (ppc64le x86_64) * libnvidia-container1-debuginfo-1.18.0-150200.5.9.1 * libnvidia-container-devel-1.18.0-150200.5.9.1 * libnvidia-container-debuginfo-1.18.0-150200.5.9.1 * libnvidia-container1-1.18.0-150200.5.9.1 * libnvidia-container-debugsource-1.18.0-150200.5.9.1 * libnvidia-container-tools-1.18.0-150200.5.9.1 * libnvidia-container-tools-debuginfo-1.18.0-150200.5.9.1 * libnvidia-container-static-1.18.0-150200.5.9.1 ## References: * https://www.suse.com/security/cve/CVE-2024-0132.html * https://www.suse.com/security/cve/CVE-2024-0133.html * https://bugzilla.suse.com/show_bug.cgi?id=1231032 * https://bugzilla.suse.com/show_bug.cgi?id=1231033 . Update for libnvidia-container resolves critical security issues including data tampering and TOCTOU race conditions.. SUSE Linux, security update, libnvidia-container, vulnerabilities, data tampering. . Severity: Important. LinuxSecurity.com Team

Calendar%202 Feb 16, 2026 Important SuSE
100

SUSE: nvidia-container-toolkit Critical Data Tampering Fix 2025:4187-1

* bsc#1231032 * bsc#1231033 * bsc#1232855 * bsc#1236496 * bsc#1236497 . # Security update for nvidia-container-toolkit Announcement ID: SUSE-SU-2025:4187-1 Release Date: 2025-11-24T07:59:26Z Rating: critical References: * bsc#1231032 * bsc#1231033 * bsc#1232855 * bsc#1236496 * bsc#1236497 * bsc#1236498 * bsc#1237085 * bsc#1246614 * bsc#1246860 Cross-References: * CVE-2024-0132 * CVE-2024-0133 * CVE-2024-0134 * CVE-2024-0135 * CVE-2024-0136 * CVE-2024-0137 * CVE-2025-23266 * CVE-2025-23267 * CVE-2025-23359 CVSS scores: * CVE-2024-0132 ( SUSE ): 8.9 CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:A/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H * CVE-2024-0132 ( SUSE ): 8.3 CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H * CVE-2024-0132 ( NVD ): 9.0 CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H * CVE-2024-0132 ( NVD ): 8.3 CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H * CVE-2024-0133 ( SUSE ): 2.1 CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:A/VC:N/VI:L/VA:N/SC:N/SI:L/SA:N * CVE-2024-0133 ( SUSE ): 4.7 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:N/I:L/A:N * CVE-2024-0133 ( NVD ): 4.1 CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:N/I:L/A:N * CVE-2024-0133 ( NVD ): 3.4 CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:N/I:L/A:N * CVE-2024-0134 ( SUSE ): 1.8 CVSS:4.0/AV:L/AC:L/AT:P/PR:N/UI:A/VC:N/VI:L/VA:N/SC:N/SI:L/SA:N * CVE-2024-0134 ( SUSE ): 3.6 CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:N/I:L/A:N * CVE-2024-0134 ( NVD ): 4.1 CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:N/I:L/A:N * CVE-2024-0134 ( NVD ): 4.1 CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:N/I:L/A:N * CVE-2024-0135 ( SUSE ): 8.7 CVSS:4.0/AV:N/AC:H/AT:N/PR:H/UI:A/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H * CVE-2024-0135 ( SUSE ): 7.6 CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:H/I:H/A:H * CVE-2024-0135 ( NVD ): 7.6 CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:H/I:H/A:H * CVE-2024-0135 ( NVD ): 7.6 CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:H/I:H/A:H * CVE-2024-0136 ( SUSE ): 8.7 CVSS:4.0/AV:N/AC:H/AT:N/PR:H/UI:A/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H * CVE-2024-0136 ( SUSE ): 7.6CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:H/I:H/A:H * CVE-2024-0136 ( NVD ): 7.6 CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:H/I:H/A:H * CVE-2024-0136 ( NVD ): 8.4 CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:H/I:H/A:H * CVE-2024-0137 ( SUSE ): 8.7 CVSS:4.0/AV:N/AC:H/AT:N/PR:H/UI:A/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H * CVE-2024-0137 ( SUSE ): 5.5 CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:L/I:L/A:L * CVE-2024-0137 ( NVD ): 5.5 CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:L/I:L/A:L * CVE-2024-0137 ( NVD ): 6.5 CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L * CVE-2025-23266 ( SUSE ): 9.4 CVSS:4.0/AV:A/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H * CVE-2025-23266 ( SUSE ): 9.0 CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H * CVE-2025-23266 ( NVD ): 9.0 CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H * CVE-2025-23267 ( SUSE ): 8.4 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:H/SC:N/SI:L/SA:H * CVE-2025-23267 ( SUSE ): 8.5 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:L/A:H * CVE-2025-23267 ( NVD ): 8.5 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:L/A:H * CVE-2025-23359 ( SUSE ): 8.3 CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H * CVE-2025-23359 ( NVD ): 8.3 CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H * CVE-2025-23359 ( NVD ): 8.1 CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H Affected Products: * Containers Module 15-SP6 * Containers Module 15-SP7 * openSUSE Leap 15.6 * SUSE Enterprise Storage 7.1 * SUSE Linux Enterprise High Performance Computing 15 SP3 * SUSE Linux Enterprise High Performance Computing 15 SP4 * SUSE Linux Enterprise High Performance Computing 15 SP5 * SUSE Linux Enterprise High Performance Computing ESPOS 15 SP4 * SUSE Linux Enterprise High Performance Computing ESPOS 15 SP5 * SUSE Linux Enterprise High Performance Computing LTSS 15 SP3 * SUSE Linux Enterprise High Performance Computing LTSS 15 SP4 * SUSE Linux Enterprise High Performance Computing LTSS 15 SP5 * SUSE Linux Enterprise Real Time 15 SP6 * SUSE Linux Enterprise Real Time 15 SP7 * SUSE Linux Enterprise Server15 SP3 * SUSE Linux Enterprise Server 15 SP3 LTSS * SUSE Linux Enterprise Server 15 SP4 * SUSE Linux Enterprise Server 15 SP4 LTSS * SUSE Linux Enterprise Server 15 SP5 * SUSE Linux Enterprise Server 15 SP5 LTSS * SUSE Linux Enterprise Server 15 SP6 * SUSE Linux Enterprise Server 15 SP7 * SUSE Linux Enterprise Server for SAP Applications 15 SP3 * SUSE Linux Enterprise Server for SAP Applications 15 SP4 * SUSE Linux Enterprise Server for SAP Applications 15 SP5 * SUSE Linux Enterprise Server for SAP Applications 15 SP6 * SUSE Linux Enterprise Server for SAP Applications 15 SP7 An update that solves nine vulnerabilities can now be installed. ## Description: This update for nvidia-container-toolkit fixes the following issues: * Update to version 1.18.0: * This is a major release and includes the following high-level changes: * The default mode of the NVIDIA Container Runtime has been updated to make use of a just-in-time-generated CDI specification instead of defaulting to the legacy mode. * Added a systemd unit to generate CDI specifications for available devices automatically. This allows native CDI support in container engines such as Docker and Podman to be used without additional steps. * Security issues fixed: * CVE-2024-0133: Fixed data tampering in host file system via specially crafted container image (bsc#1231032) * CVE-2024-0132: Fixed time-of-check time-of-use (TOCTOU) race condition in default configuration via specifically crafted container image (bsc#1231033) * CVE-2024-0134: Fixed specially-crafted container image can lead to the creation of unauthorized files on the host (bsc#1232855) * CVE-2024-0135: Fixed Improper Isolation or Compartmentalization in NVIDIA Container Toolkit (bsc#1236496) * CVE-2024-0136: Fixed Improper Isolation or Compartmentalization in NVIDIA Container Toolkit (bsc#1236497) * CVE-2024-0137: Fixed Improper Isolation or Compartmentalization in NVIDIA Container Toolkit (bsc#1236498) *CVE-2025-23359: Fixed TOCTOU Vulnerability in NVIDIA Container Toolkit (bsc#1237085) * CVE-2025-23267: Fixed link following can lead to container escape (bsc#1246614) * CVE-2025-23266: Fixed hook initialization might lead to escalation of privileges (bsc#1246860) ## Patch Instructions: To install this SUSE update use the SUSE recommended installation methods like YaST online_update or "zypper patch". Alternatively you can run the command listed for your product: * SUSE Linux Enterprise Server 15 SP4 LTSS zypper in -t patch SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-4187=1 * SUSE Linux Enterprise Server 15 SP5 LTSS zypper in -t patch SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-4187=1 * SUSE Linux Enterprise Server for SAP Applications 15 SP3 zypper in -t patch SUSE-SLE-Product-SLES_SAP-15-SP3-2025-4187=1 * SUSE Linux Enterprise Server for SAP Applications 15 SP4 zypper in -t patch SUSE-SLE-Product-SLES_SAP-15-SP4-2025-4187=1 * SUSE Linux Enterprise Server for SAP Applications 15 SP5 zypper in -t patch SUSE-SLE-Product-SLES_SAP-15-SP5-2025-4187=1 * SUSE Enterprise Storage 7.1 zypper in -t patch SUSE-Storage-7.1-2025-4187=1 * openSUSE Leap 15.6 zypper in -t patch openSUSE-SLE-15.6-2025-4187=1 * Containers Module 15-SP6 zypper in -t patch SUSE-SLE-Module-Containers-15-SP6-2025-4187=1 * Containers Module 15-SP7 zypper in -t patch SUSE-SLE-Module-Containers-15-SP7-2025-4187=1 * SUSE Linux Enterprise High Performance Computing LTSS 15 SP3 zypper in -t patch SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-4187=1 * SUSE Linux Enterprise High Performance Computing ESPOS 15 SP4 zypper in -t patch SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-4187=1 * SUSE Linux Enterprise High Performance Computing LTSS 15 SP4 zypper in -t patch SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-4187=1 * SUSE Linux Enterprise High Performance Computing ESPOS 15 SP5 zypper in -t patch SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-4187=1 * SUSELinux Enterprise High Performance Computing LTSS 15 SP5 zypper in -t patch SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-4187=1 * SUSE Linux Enterprise Server 15 SP3 LTSS zypper in -t patch SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-4187=1 ## Package List: * SUSE Linux Enterprise Server 15 SP4 LTSS (aarch64 ppc64le x86_64) * nvidia-container-toolkit-1.18.0-150200.5.17.1 * SUSE Linux Enterprise Server 15 SP5 LTSS (aarch64 ppc64le x86_64) * nvidia-container-toolkit-1.18.0-150200.5.17.1 * SUSE Linux Enterprise Server for SAP Applications 15 SP3 (ppc64le x86_64) * nvidia-container-toolkit-1.18.0-150200.5.17.1 * SUSE Linux Enterprise Server for SAP Applications 15 SP4 (ppc64le x86_64) * nvidia-container-toolkit-1.18.0-150200.5.17.1 * SUSE Linux Enterprise Server for SAP Applications 15 SP5 (ppc64le x86_64) * nvidia-container-toolkit-1.18.0-150200.5.17.1 * SUSE Enterprise Storage 7.1 (aarch64 x86_64) * nvidia-container-toolkit-1.18.0-150200.5.17.1 * openSUSE Leap 15.6 (aarch64 ppc64le s390x x86_64) * nvidia-container-toolkit-1.18.0-150200.5.17.1 * Containers Module 15-SP6 (aarch64 ppc64le x86_64) * nvidia-container-toolkit-1.18.0-150200.5.17.1 * Containers Module 15-SP7 (aarch64 ppc64le x86_64) * nvidia-container-toolkit-1.18.0-150200.5.17.1 * SUSE Linux Enterprise High Performance Computing LTSS 15 SP3 (aarch64 x86_64) * nvidia-container-toolkit-1.18.0-150200.5.17.1 * SUSE Linux Enterprise High Performance Computing ESPOS 15 SP4 (aarch64 x86_64) * nvidia-container-toolkit-1.18.0-150200.5.17.1 * SUSE Linux Enterprise High Performance Computing LTSS 15 SP4 (aarch64 x86_64) * nvidia-container-toolkit-1.18.0-150200.5.17.1 * SUSE Linux Enterprise High Performance Computing ESPOS 15 SP5 (aarch64 x86_64) * nvidia-container-toolkit-1.18.0-150200.5.17.1 * SUSE Linux Enterprise High Performance Computing LTSS 15 SP5 (aarch64 x86_64) * nvidia-container-toolkit-1.18.0-150200.5.17.1 * SUSE Linux Enterprise Server 15 SP3LTSS (aarch64 ppc64le x86_64) * nvidia-container-toolkit-1.18.0-150200.5.17.1 ## References: * https://www.suse.com/security/cve/CVE-2024-0132.html * https://www.suse.com/security/cve/CVE-2024-0133.html * https://www.suse.com/security/cve/CVE-2024-0134.html * https://www.suse.com/security/cve/CVE-2024-0135.html * https://www.suse.com/security/cve/CVE-2024-0136.html * https://www.suse.com/security/cve/CVE-2024-0137.html * https://www.suse.com/security/cve/CVE-2025-23266.html * https://www.suse.com/security/cve/CVE-2025-23267.html * https://www.suse.com/security/cve/CVE-2025-23359.html * https://bugzilla.suse.com/show_bug.cgi?id=1231032 * https://bugzilla.suse.com/show_bug.cgi?id=1231033 * https://bugzilla.suse.com/show_bug.cgi?id=1232855 * https://bugzilla.suse.com/show_bug.cgi?id=1236496 * https://bugzilla.suse.com/show_bug.cgi?id=1236497 * https://bugzilla.suse.com/show_bug.cgi?id=1236498 * https://bugzilla.suse.com/show_bug.cgi?id=1237085 * https://bugzilla.suse.com/show_bug.cgi?id=1246614 * https://bugzilla.suse.com/show_bug.cgi?id=1246860 . Critical update for nvidia-container-toolkit resolves multiple security issues, ensures system protection.. nvidia-container-toolkit update, SUSE security advisory, critical container vulnerabilities. . Severity: Critical. LinuxSecurity.com Team

Calendar%202 Nov 24, 2025 Critical SuSE
202

openSUSE: Critical Privilege Escalation Issues in nvidia-container-toolkit

An update that solves nine vulnerabilities can now be installed.. # Security update for nvidia-container-toolkit Announcement ID: SUSE-SU-2025:4187-1 Release Date: 2025-11-24T07:59:26Z Rating: critical References: * bsc#1231032 * bsc#1231033 * bsc#1232855 * bsc#1236496 * bsc#1236497 * bsc#1236498 * bsc#1237085 * bsc#1246614 * bsc#1246860 Cross-References: * CVE-2024-0132 * CVE-2024-0133 * CVE-2024-0134 * CVE-2024-0135 * CVE-2024-0136 * CVE-2024-0137 * CVE-2025-23266 * CVE-2025-23267 * CVE-2025-23359 CVSS scores: * CVE-2024-0132 ( SUSE ): 8.9 CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:A/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H * CVE-2024-0132 ( SUSE ): 8.3 CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H * CVE-2024-0132 ( NVD ): 9.0 CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H * CVE-2024-0132 ( NVD ): 8.3 CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H * CVE-2024-0133 ( SUSE ): 2.1 CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:A/VC:N/VI:L/VA:N/SC:N/SI:L/SA:N * CVE-2024-0133 ( SUSE ): 4.7 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:N/I:L/A:N * CVE-2024-0133 ( NVD ): 4.1 CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:N/I:L/A:N * CVE-2024-0133 ( NVD ): 3.4 CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:N/I:L/A:N * CVE-2024-0134 ( SUSE ): 1.8 CVSS:4.0/AV:L/AC:L/AT:P/PR:N/UI:A/VC:N/VI:L/VA:N/SC:N/SI:L/SA:N * CVE-2024-0134 ( SUSE ): 3.6 CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:N/I:L/A:N * CVE-2024-0134 ( NVD ): 4.1 CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:N/I:L/A:N * CVE-2024-0134 ( NVD ): 4.1 CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:N/I:L/A:N * CVE-2024-0135 ( SUSE ): 8.7 CVSS:4.0/AV:N/AC:H/AT:N/PR:H/UI:A/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H * CVE-2024-0135 ( SUSE ): 7.6 CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:H/I:H/A:H * CVE-2024-0135 ( NVD ): 7.6 CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:H/I:H/A:H * CVE-2024-0135 ( NVD ): 7.6 CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:H/I:H/A:H * CVE-2024-0136 ( SUSE ): 8.7 CVSS:4.0/AV:N/AC:H/AT:N/PR:H/UI:A/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H * CVE-2024-0136 ( SUSE ): 7.6CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:H/I:H/A:H * CVE-2024-0136 ( NVD ): 7.6 CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:H/I:H/A:H * CVE-2024-0136 ( NVD ): 8.4 CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:H/I:H/A:H * CVE-2024-0137 ( SUSE ): 8.7 CVSS:4.0/AV:N/AC:H/AT:N/PR:H/UI:A/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H * CVE-2024-0137 ( SUSE ): 5.5 CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:L/I:L/A:L * CVE-2024-0137 ( NVD ): 5.5 CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:L/I:L/A:L * CVE-2024-0137 ( NVD ): 6.5 CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L * CVE-2025-23266 ( SUSE ): 9.4 CVSS:4.0/AV:A/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H * CVE-2025-23266 ( SUSE ): 9.0 CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H * CVE-2025-23266 ( NVD ): 9.0 CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H * CVE-2025-23267 ( SUSE ): 8.4 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:H/SC:N/SI:L/SA:H * CVE-2025-23267 ( SUSE ): 8.5 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:L/A:H * CVE-2025-23267 ( NVD ): 8.5 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:L/A:H * CVE-2025-23359 ( SUSE ): 8.3 CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H * CVE-2025-23359 ( NVD ): 8.3 CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H * CVE-2025-23359 ( NVD ): 8.1 CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H Affected Products: * Containers Module 15-SP6 * Containers Module 15-SP7 * openSUSE Leap 15.6 * SUSE Enterprise Storage 7.1 * SUSE Linux Enterprise High Performance Computing 15 SP3 * SUSE Linux Enterprise High Performance Computing 15 SP4 * SUSE Linux Enterprise High Performance Computing 15 SP5 * SUSE Linux Enterprise High Performance Computing ESPOS 15 SP4 * SUSE Linux Enterprise High Performance Computing ESPOS 15 SP5 * SUSE Linux Enterprise High Performance Computing LTSS 15 SP3 * SUSE Linux Enterprise High Performance Computing LTSS 15 SP4 * SUSE Linux Enterprise High Performance Computing LTSS 15 SP5 * SUSE Linux Enterprise Real Time 15 SP6 * SUSE Linux Enterprise Real Time 15 SP7 * SUSE Linux Enterprise Server15 SP3 * SUSE Linux Enterprise Server 15 SP3 LTSS * SUSE Linux Enterprise Server 15 SP4 * SUSE Linux Enterprise Server 15 SP4 LTSS * SUSE Linux Enterprise Server 15 SP5 * SUSE Linux Enterprise Server 15 SP5 LTSS * SUSE Linux Enterprise Server 15 SP6 * SUSE Linux Enterprise Server 15 SP7 * SUSE Linux Enterprise Server for SAP Applications 15 SP3 * SUSE Linux Enterprise Server for SAP Applications 15 SP4 * SUSE Linux Enterprise Server for SAP Applications 15 SP5 * SUSE Linux Enterprise Server for SAP Applications 15 SP6 * SUSE Linux Enterprise Server for SAP Applications 15 SP7 An update that solves nine vulnerabilities can now be installed. ## Description: This update for nvidia-container-toolkit fixes the following issues: * Update to version 1.18.0: * This is a major release and includes the following high-level changes: * The default mode of the NVIDIA Container Runtime has been updated to make use of a just-in-time-generated CDI specification instead of defaulting to the legacy mode. * Added a systemd unit to generate CDI specifications for available devices automatically. This allows native CDI support in container engines such as Docker and Podman to be used without additional steps. * Security issues fixed: * CVE-2024-0133: Fixed data tampering in host file system via specially crafted container image (bsc#1231032) * CVE-2024-0132: Fixed time-of-check time-of-use (TOCTOU) race condition in default configuration via specifically crafted container image (bsc#1231033) * CVE-2024-0134: Fixed specially-crafted container image can lead to the creation of unauthorized files on the host (bsc#1232855) * CVE-2024-0135: Fixed Improper Isolation or Compartmentalization in NVIDIA Container Toolkit (bsc#1236496) * CVE-2024-0136: Fixed Improper Isolation or Compartmentalization in NVIDIA Container Toolkit (bsc#1236497) * CVE-2024-0137: Fixed Improper Isolation or Compartmentalization in NVIDIA Container Toolkit (bsc#1236498) *CVE-2025-23359: Fixed TOCTOU Vulnerability in NVIDIA Container Toolkit (bsc#1237085) * CVE-2025-23267: Fixed link following can lead to container escape (bsc#1246614) * CVE-2025-23266: Fixed hook initialization might lead to escalation of privileges (bsc#1246860) ## Patch Instructions: To install this SUSE update use the SUSE recommended installation methods like YaST online_update or "zypper patch". Alternatively you can run the command listed for your product: * SUSE Linux Enterprise Server 15 SP4 LTSS zypper in -t patch SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-4187=1 * SUSE Linux Enterprise Server 15 SP5 LTSS zypper in -t patch SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-4187=1 * SUSE Linux Enterprise Server for SAP Applications 15 SP3 zypper in -t patch SUSE-SLE-Product-SLES_SAP-15-SP3-2025-4187=1 * SUSE Linux Enterprise Server for SAP Applications 15 SP4 zypper in -t patch SUSE-SLE-Product-SLES_SAP-15-SP4-2025-4187=1 * SUSE Linux Enterprise Server for SAP Applications 15 SP5 zypper in -t patch SUSE-SLE-Product-SLES_SAP-15-SP5-2025-4187=1 * SUSE Enterprise Storage 7.1 zypper in -t patch SUSE-Storage-7.1-2025-4187=1 * openSUSE Leap 15.6 zypper in -t patch openSUSE-SLE-15.6-2025-4187=1 * Containers Module 15-SP6 zypper in -t patch SUSE-SLE-Module-Containers-15-SP6-2025-4187=1 * Containers Module 15-SP7 zypper in -t patch SUSE-SLE-Module-Containers-15-SP7-2025-4187=1 * SUSE Linux Enterprise High Performance Computing LTSS 15 SP3 zypper in -t patch SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-4187=1 * SUSE Linux Enterprise High Performance Computing ESPOS 15 SP4 zypper in -t patch SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-4187=1 * SUSE Linux Enterprise High Performance Computing LTSS 15 SP4 zypper in -t patch SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-4187=1 * SUSE Linux Enterprise High Performance Computing ESPOS 15 SP5 zypper in -t patch SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-4187=1 * SUSELinux Enterprise High Performance Computing LTSS 15 SP5 zypper in -t patch SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-4187=1 * SUSE Linux Enterprise Server 15 SP3 LTSS zypper in -t patch SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-4187=1 ## Package List: * SUSE Linux Enterprise Server 15 SP4 LTSS (aarch64 ppc64le x86_64) * nvidia-container-toolkit-1.18.0-150200.5.17.1 * SUSE Linux Enterprise Server 15 SP5 LTSS (aarch64 ppc64le x86_64) * nvidia-container-toolkit-1.18.0-150200.5.17.1 * SUSE Linux Enterprise Server for SAP Applications 15 SP3 (ppc64le x86_64) * nvidia-container-toolkit-1.18.0-150200.5.17.1 * SUSE Linux Enterprise Server for SAP Applications 15 SP4 (ppc64le x86_64) * nvidia-container-toolkit-1.18.0-150200.5.17.1 * SUSE Linux Enterprise Server for SAP Applications 15 SP5 (ppc64le x86_64) * nvidia-container-toolkit-1.18.0-150200.5.17.1 * SUSE Enterprise Storage 7.1 (aarch64 x86_64) * nvidia-container-toolkit-1.18.0-150200.5.17.1 * openSUSE Leap 15.6 (aarch64 ppc64le s390x x86_64) * nvidia-container-toolkit-1.18.0-150200.5.17.1 * Containers Module 15-SP6 (aarch64 ppc64le x86_64) * nvidia-container-toolkit-1.18.0-150200.5.17.1 * Containers Module 15-SP7 (aarch64 ppc64le x86_64) * nvidia-container-toolkit-1.18.0-150200.5.17.1 * SUSE Linux Enterprise High Performance Computing LTSS 15 SP3 (aarch64 x86_64) * nvidia-container-toolkit-1.18.0-150200.5.17.1 * SUSE Linux Enterprise High Performance Computing ESPOS 15 SP4 (aarch64 x86_64) * nvidia-container-toolkit-1.18.0-150200.5.17.1 * SUSE Linux Enterprise High Performance Computing LTSS 15 SP4 (aarch64 x86_64) * nvidia-container-toolkit-1.18.0-150200.5.17.1 * SUSE Linux Enterprise High Performance Computing ESPOS 15 SP5 (aarch64 x86_64) * nvidia-container-toolkit-1.18.0-150200.5.17.1 * SUSE Linux Enterprise High Performance Computing LTSS 15 SP5 (aarch64 x86_64) * nvidia-container-toolkit-1.18.0-150200.5.17.1 * SUSE Linux Enterprise Server 15 SP3LTSS (aarch64 ppc64le x86_64) * nvidia-container-toolkit-1.18.0-150200.5.17.1 ## References: * https://www.suse.com/security/cve/CVE-2024-0132.html * https://www.suse.com/security/cve/CVE-2024-0133.html * https://www.suse.com/security/cve/CVE-2024-0134.html * https://www.suse.com/security/cve/CVE-2024-0135.html * https://www.suse.com/security/cve/CVE-2024-0136.html * https://www.suse.com/security/cve/CVE-2024-0137.html * https://www.suse.com/security/cve/CVE-2025-23266.html * https://www.suse.com/security/cve/CVE-2025-23267.html * https://www.suse.com/security/cve/CVE-2025-23359.html * https://bugzilla.suse.com/show_bug.cgi?id=1231032 * https://bugzilla.suse.com/show_bug.cgi?id=1231033 * https://bugzilla.suse.com/show_bug.cgi?id=1232855 * https://bugzilla.suse.com/show_bug.cgi?id=1236496 * https://bugzilla.suse.com/show_bug.cgi?id=1236497 * https://bugzilla.suse.com/show_bug.cgi?id=1236498 * https://bugzilla.suse.com/show_bug.cgi?id=1237085 * https://bugzilla.suse.com/show_bug.cgi?id=1246614 * https://bugzilla.suse.com/show_bug.cgi?id=1246860 . Critical security update for nvidia-container-toolkit resolves nine vulnerabilities in openSUSE. Install promptly.. nvidia-container-toolkit openSUSE security vulnerabilities critical update. . Severity: Critical. LinuxSecurity.com Team

Calendar%202 Nov 24, 2025 Critical OpenSUSE
197

Debian 10 LTS DLA-3418-1 Critical: NVIDIA Driver DoS and Escalation Fix

NVIDIA has released a software security update for the NVIDIA GPU Display Driver R390 linux driver branch. This update addresses issues that may lead to denial of service, escalation of privileges, information disclosure, data tampering or undefined behavior. . ------------------------------------------------------------------------- Debian LTS Advisory DLA-3418-1 This email address is being protected from spambots. You need JavaScript enabled to view it. https://www.debian.org/lts/security/ Tobias Frost May 11, 2023 https://wiki.debian.org/LTS ------------------------------------------------------------------------- Package : nvidia-graphics-drivers-legacy-390xx Version : 390.157-1~deb10u1 CVE ID : CVE-2022-34670 CVE-2022-34674 CVE-2022-34675 CVE-2022-34677 CVE-2022-34680 CVE-2022-42257 CVE-2022-42258 CVE-2022-42259 Debian Bug : 1025281 NVIDIA has released a software security update for the NVIDIA GPU Display Driver R390 linux driver branch. This update addresses issues that may lead to denial of service, escalation of privileges, information disclosure, data tampering or undefined behavior. CVE-2022-34670 NVIDIA GPU Display Driver for Linux contains a vulnerability in the kernel mode layer handler, where an unprivileged regular user can cause truncation errors when casting a primitive to a primitive of smaller size causes data to be lost in the conversion, which may lead to denial of service or information disclosure. CVE-2022-34674 NVIDIA GPU Display Driver for Linux contains a vulnerability in the kernel mode layer handler, where a helper function maps more physical pages than were requested, which may lead to undefined behavior or an information leak. CVE-2022-34675 NVIDIA Display Driver for Linux contains a vulnerability in the Virtual GPU Manager, where it does not check the return value from a null-pointer dereference, which may lead to denial of service. CVE-2022-34677 NVIDIA GPU DisplayDriver for Linux contains a vulnerability in the kernel mode layer handler, where an unprivileged regular user can cause an integer to be truncated, which may lead to denial of service or data tampering. CVE-2022-34680 NVIDIA GPU Display Driver for Linux contains a vulnerability in the kernel mode layer handler, where an integer truncation can lead to an out-of-bounds read, which may lead to denial of service. CVE-2022-42257 NVIDIA GPU Display Driver for Linux contains a vulnerability in the kernel mode layer (nvidia.ko), where an integer overflow may lead to information disclosure, data tampering or denial of service. CVE-2022-42258 NVIDIA GPU Display Driver for Linux contains a vulnerability in the kernel mode layer (nvidia.ko), where an integer overflow may lead to denial of service, data tampering, or information disclosure. CVE-2022-42259 NVIDIA GPU Display Driver for Linux contains a vulnerability in the kernel mode layer (nvidia.ko), where an integer overflow may lead to denial of service. For Debian 10 buster, these problems have been fixed in version 390.157-1~deb10u1. We recommend that you upgrade your nvidia-graphics-drivers-legacy-390xx packages. For the detailed security status of nvidia-graphics-drivers-legacy-390xx please refer to its security tracker page at: https://security-tracker.debian.org/tracker/source-package/nvidia-graphics-drivers-legacy-390xx Further information about Debian LTS security advisories, how to apply these updates to your system and frequently asked questions can be found at: https://wiki.debian.org/LTS . Updates for NVIDIA on Debian LTS DLA-3418-1 resolve multiple vulnerabilities including denial of service, manipulation of data, and privilege escalation.. Nvidia Driver Update, Debian LTS Security, Driver Escalation Fix. . Severity: Critical. LinuxSecurity.com Team

Calendar%202 May 11, 2023 Critical Debian LTS
News Add Esm H240

Get the latest News and Insights

Get the latest Linux and open source security news straight to your inbox.

Community Poll

Should Linux servers automatically install security updates?

No answer selected. Please try again.
Please select either existing option or enter your own, however not both.
Please select minimum {0} answer(s).
Please select maximum {0} answer(s).
/main-polls/157-should-linux-servers-automatically-install-security-updates?task=poll.vote&format=json
157
radio
0
[{"id":506,"title":"Yes \u2014 critical security patches should install automatically.","votes":0,"type":"x","order":1,"pct":0,"resources":[]},{"id":507,"title":"No \u2014 every update should be tested before deployment.","votes":0,"type":"x","order":2,"pct":0,"resources":[]},{"id":508,"title":"Only critical vulnerabilities should auto-install.","votes":0,"type":"x","order":3,"pct":0,"resources":[]},{"id":509,"title":"I patch when Reddit starts panicking.","votes":1,"type":"x","order":4,"pct":100,"resources":[]}] ["#ff5b00","#4ac0f2","#b80028","#eef66c","#60bb22","#b96a9a","#62c2cc"] ["rgba(255,91,0,0.7)","rgba(74,192,242,0.7)","rgba(184,0,40,0.7)","rgba(238,246,108,0.7)","rgba(96,187,34,0.7)","rgba(185,106,154,0.7)","rgba(98,194,204,0.7)"] 350
bottom 200