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×
An update that solves two vulnerabilities can now be installed.. # Security update for python-pyOpenSSL Announcement ID: SUSE-SU-2026:20960-1 Release Date: 2026-04-01T10:05:29Z Rating: important References: * bsc#1259804 * bsc#1259808 Cross-References: * CVE-2026-27448 * CVE-2026-27459 CVSS scores: * CVE-2026-27448 ( SUSE ): 6.3 CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N * CVE-2026-27448 ( SUSE ): 3.7 CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N * CVE-2026-27448 ( NVD ): 1.7 CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:U/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X * CVE-2026-27448 ( NVD ): 5.3 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N * CVE-2026-27459 ( SUSE ): 8.3 CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:L/VI:L/VA:H/SC:N/SI:N/SA:N * CVE-2026-27459 ( SUSE ): 7.0 CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:H * CVE-2026-27459 ( NVD ): 7.2 CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:U/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X * CVE-2026-27459 ( NVD ): 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H Affected Products: * SUSE Linux Micro 6.0 An update that solves two vulnerabilities can now be installed. ## Description: This update for python-pyOpenSSL fixes the following issues: * CVE-2026-27448: unhandled exception can result in connection not being cancelled (bsc#1259804). * CVE-2026-27459: large cookie value can lead to a buffer overflow (bsc#1259808). ## 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 Micro 6.0 zypper in -t patch SUSE-SLE-Micro-6.0-649=1 ## Package List: * SUSE Linux Micro 6.0 (noarch) * python311-pyOpenSSL-24.0.0-2.1 ##References: * https://www.suse.com/security/cve/CVE-2026-27448.html * https://www.suse.com/security/cve/CVE-2026-27459.html * https://bugzilla.suse.com/show_bug.cgi?id=1259804 * https://bugzilla.suse.com/show_bug.cgi?id=1259808 . Update for python-pyOpenSSL addresses important vulnerabilities affecting SUSE Linux Micro. Immediate action recommended.. SUSE Linux Micro, python-pyOpenSSL, security advisory, kernel issues, buffer overflow. . Severity: Important. LinuxSecurity.com Team
* bsc#1246197 * bsc#1249191 * bsc#1249348 * bsc#1249367 * jsc#PED-13055 . # Security update for curl Announcement ID: SUSE-SU-2025:20824-1 Release Date: 2025-09-25T10:50:20Z Rating: important References: * bsc#1246197 * bsc#1249191 * bsc#1249348 * bsc#1249367 * jsc#PED-13055 * jsc#PED-13056 Cross-References: * CVE-2025-10148 * CVE-2025-9086 CVSS scores: * CVE-2025-10148 ( NVD ): 5.3 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N * CVE-2025-9086 ( SUSE ): 7.5 CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H * CVE-2025-9086 ( NVD ): 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H Affected Products: * SUSE Linux Micro 6.0 An update that solves two vulnerabilities, contains two features and has two fixes can now be installed. ## Description: This update for curl fixes the following issues: * CVE-2025-9086: Fixed Out of bounds read for cookie path (bsc#1249191) * CVE-2025-10148: Predictable WebSocket mask (bsc#1249348) * Fix the --ftp-pasv option in curl v8.14.1 [bsc#1246197] * tool_operate: fix return code when --retry is used but not triggered [bsc#1249367] * Updated to 8.14.1: [jsc#PED-13055, jsc#PED-13056] * Add _multibuild * Bugfixes: * asyn-thrdd: fix cleanup when RR fails due to OOM * ftp: fix teardown of DATA connection in done * http: fail early when rewind of input failed when following redirects * multi: fix add_handle resizing * tls BIOs: handle BIO_CTRL_EOF correctly * tool_getparam: make --no-anyauth not be accepted * wolfssl: fix sending of early data * ws: handle blocked sends better * ws: tests and fixes * Sync spec file with SLE codestreams: [jsc#PED-13055, jsc#PED-13056] * Add curl-mini.rpmlintrc to avoid rpmlint shlib-policy-name-error when building the curl-mini package in SLE. * Add libssh minimum version requirements. * Use ldconfig_scriptlets when available. * Remove unused option --disable-ntlm-wb. * Update to 8.14.0: * Changes: * mqtt: send ping atupkeep interval * schannel: handle pkcs12 client certificates containing CA certificates * TLS: add CURLOPT_SSL_SIGNATURE_ALGORITHMS and --sigalgs * vquic: ngtcp2 + openssl support * wcurl: import v2025.04.20 script + docs * websocket: add option to disable auto-pong reply * Bugfixes: * asny-thrdd: fix detach from running thread * async-threaded resolver: use ref counter * async: DoH improvements * build: enable gcc-12/13+, clang-10+ picky warnings * build: enable gcc-15 picky warnings * certs: drop unused `default_bits` from `.prm` files * cf-https-connect: use the passed in dns struct pointer * cf-socket: fix FTP accept connect * cfilters: remove assert * cmake: fix nghttp3 static linking with `USE_OPENSSL_QUIC=ON` * cmake: prefer `COMPILE_OPTIONS` over `CMAKE_C_FLAGS` for custom C options * cmake: revert `CURL_LTO` behavior for multi-config generators * configure: fix --disable-rt * CONTRIBUTE: add project guidelines for AI use * cpool/cshutdown: force close connections under pressure * curl: fix memory leak when -h is used in config file * curl_get_line: handle lines ending on the buffer boundary * headers: enforce a max number of response header to accept * http: fix HTTP/2 handling of TE request header using "trailers" * lib: include files using known path * lib: unify conversions to/from hex * libssh: add NULL check for Curl_meta_get() * libssh: fix memory leak * mqtt: use conn/easy meta hash * multi: do transfer book keeping using mid * multi: init_do(): check result * netrc: avoid NULL deref on weird input * netrc: avoid strdup NULL * netrc: deal with null token better * openssl-quic: avoid potential `-Wnull-dereference`, add assert * openssl-quic: fix shutdown when stream not open * openssl: enable builds for _both_ engines and providers * openssl: set the cipher string before doing private cert * progress: avoid integer overflow when gatheringtotal transfer size * rand: update comment on Curl_rand_bytes weak random * rustls: make max size of cert and key reasonable * smb: avoid integer overflow on weird input date * urlapi: redirecting to "" is considered fine * Update to 8.13.0: * Changes: * curl: add write-out variable 'tls_earlydata' * curl: make --url support a file with URLs * gnutls: set priority via --ciphers * IMAP: add CURLOPT_UPLOAD_FLAGS and --upload-flags * lib: add CURLFOLLOW_OBEYCODE and CURLFOLLOW_FIRSTONLY * OpenSSL/quictls: add support for TLSv1.3 early data * rustls: add support for CERTINFO * rustls: add support for SSLKEYLOGFILE * rustls: support ECH w/ DoH lookup for config * rustls: support native platform verifier * var: add a '64dec' function that can base64 decode a string * Bugfixes: * conn: fix connection reuse when SSL is optional * hash: use single linked list for entries * http2: detect session being closed on ingress handling * http2: reset stream on response header error * http: remove a HTTP method size restriction * http: version negotiation * httpsrr: fix port detection * libssh: fix freeing of resources in disconnect * libssh: fix scp large file upload for 32-bit size_t systems * openssl-quic: do not iterate over multi handles * openssl: check return value of X509_get0_pubkey * openssl: drop support for old OpenSSL/LibreSSL versions * openssl: fix crash on missing cert password * openssl: fix pkcs11 URI checking for key files. * openssl: remove bad `goto`s into other scope * setopt: illegal CURLOPT_SOCKS5_AUTH should return error * setopt: setting PROXYUSERPWD after PROXYUSERNAME/PASSWORD is fine * sshserver.pl: adjust `AuthorizedKeysFile2` cutoff version * sshserver: fix excluding obsolete client config lines * SSLCERTS: list support for SSL_CERT_FILE and SSL_CERT_DIR * tftpd: prefix TFTP protocol error `E*` constants with `TFTP_` * tool_operate: fail SSHtransfers without server auth * url: call protocol handler's disconnect in Curl_conn_free * urlapi: remove percent encoded dot sequences from the URL path * urldata: remove 'hostname' from struct Curl_async * Update to 8.12.1: * Bugfixes: * asyn-thread: fix build with 'CURL_DISABLE_SOCKETPAIR' * asyn-thread: fix HTTPS RR crash * asyn-thread: fix the returned bitmask from Curl_resolver_getsock * asyn-thread: survive a c-ares channel set to NULL * cmake: always reference OpenSSL and ZLIB via imported targets * cmake: respect 'GNUTLS_CFLAGS' when detected via 'pkg-config' * cmake: respect 'GNUTLS_LIBRARY_DIRS' in 'libcurl.pc' and 'curl-config' * content_encoding: #error on too old zlib * imap: TLS upgrade fix * ldap: drop support for legacy Novell LDAP SDK * libssh2: comparison is always true because rc
USN-5495-1 introduced a regression in curl. ========================================================================== Ubuntu Security Notice USN-5495-2 September 29, 2025 curl regression ========================================================================== A security issue affects these releases of Ubuntu and its derivatives: - Ubuntu 22.04 LTS Summary: USN-5495-1 introduced a regression in curl Software Description: - curl: HTTP, HTTPS, and FTP client and client libraries Details: USN-5495-1 fixed vulnerabilities in curl. The fix for CVE-2022-32205 miscalculated the maximum cookie size, causing a regression. This update fixes the problem. Original advisory details: Harry Sintonen discovered that curl incorrectly handled certain cookies. An attacker could possibly use this issue to cause a denial of service. This issue only affected Ubuntu 21.10, and Ubuntu 22.04 LTS. (CVE-2022-32205) Harry Sintonen discovered that curl incorrectly handled certain HTTP compressions. An attacker could possibly use this issue to cause a denial of service. (CVE-2022-32206) Harry Sintonen incorrectly handled certain file permissions. An attacker could possibly use this issue to expose sensitive information. This issue only affected Ubuntu 21.10, and Ubuntu 22.04 LTS. (CVE-2022-32207) Harry Sintonen discovered that curl incorrectly handled certain FTP-KRB messages. An attacker could possibly use this to perform a machine-in-the-middle attack. (CVE-2022-32208) Update instructions: The problem can be corrected by updating your system to the following package versions: Ubuntu 22.04 LTS curl 7.81.0-1ubuntu1.21 libcurl3-gnutls 7.81.0-1ubuntu1.21 libcurl3-nss 7.81.0-1ubuntu1.21 libcurl4 7.81.0-1ubuntu1.21 In general, a standard system update will make all the necessary changes. References: https://ubuntu.com/security/notices/USN-5495-2 https://ubuntu.com/security/notices/USN-5495-1 https://bugs.launchpad.net/ubuntu/+source/curl/+bug/2118865 Package Information: https://launchpad.net/ubuntu/+source/curl/7.81.0-1ubuntu1.21 . Ubuntu Security Notice USN-5495-2 resolves a curl regression affecting LTS releases, addressing denial of service issues.. Ubuntu security,curl issues,DoS vulnerability,curl regression,security advisory. . Severity: Important. LinuxSecurity.com Team
This update for python-Flask fixes the following issues: CVE-2023-30861: Fixed a potential cookie confusion due to incorrect caching (bsc#1211246).. # Security update for python-Flask Announcement ID: SUSE-SU-2023:2263-2 Rating: important References: * #1211246 Cross-References: * CVE-2023-30861 CVSS scores: * CVE-2023-30861 ( SUSE ): 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N * CVE-2023-30861 ( NVD ): 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N Affected Products: * openSUSE Leap 15.5 An update that solves one vulnerability can now be installed. ## Description: This update for python-Flask fixes the following issues: * CVE-2023-30861: Fixed a potential cookie confusion due to incorrect caching (bsc#1211246). ## Patch Instructions: To install this SUSE Important 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.5 zypper in -t patch openSUSE-SLE-15.5-2023-2263=1 ## Package List: * openSUSE Leap 15.5 (noarch) * python3-Flask-1.0.4-150400.3.3.1 * python3-Flask-doc-1.0.4-150400.3.3.1 ## References: * https://www.suse.com/security/cve/CVE-2023-30861.html * https://bugzilla.suse.com/show_bug.cgi?id=1211246 . This crucial bulletin outlines crucial python-Flask modifications pertaining to CVE-2023-30861, which impacts openSUSE Leap 15.5.. SUSE Security Advisory, Python Flask Update, Cookie Confusion Fix. . Severity: Important. LinuxSecurity.com Team
Update to python-werkzeug-2.2.3.. --------------------------------------------------------------------------------Fedora Update Notification FEDORA-2023-8d94dccc7e 2023-03-11 03:04:11.190309 --------------------------------------------------------------------------------Name : mingw-python-werkzeug Product : Fedora 38 Version : 2.2.3 Release : 1.fc38 URL : https://palletsprojects.com/projects/werkzeug/ Summary : MinGW Windows Python Werkzeug library Description : MinGW Windows Python Werkzeug library. --------------------------------------------------------------------------------Update Information: Update to python-werkzeug-2.2.3. --------------------------------------------------------------------------------ChangeLog: * Sat Mar 4 2023 Sandro Mani - 2.2.3-1 - Update to 2.2.3 --------------------------------------------------------------------------------References: [ 1 ] Bug #2170258 - CVE-2023-23934 mingw-python-werkzeug: python-werkzeug: cookie prefixed with = can shadow unprefixed cookie [fedora-all] https://bugzilla.redhat.com/show_bug.cgi?id=2170258 [ 2 ] Bug #2170261 - CVE-2023-25577 mingw-python-werkzeug: python-werkzeug: high resource usage when parsing multipart form data with many fields [fedora-all] https://bugzilla.redhat.com/show_bug.cgi?id=2170261 --------------------------------------------------------------------------------This update can be installed with the "dnf" update program. Use su -c 'dnf upgrade --advisory FEDORA-2023-8d94dccc7e' at the command line. For more information, refer to the dnf documentation available at https://dnf.readthedocs.io/en/latest/command_ref.html All packages are signed with the Fedora Project GPG key. More details on the GPG keys used by the Fedora Project can be found at https://fedoraproject.org/security/ --------------------------------------------------------------------------------_______________________________________________ package-announce mailing list
An update that solves two vulnerabilities and has one errata is now available.. openSUSE Security Update: Security update for php7 ______________________________________________________________________________ Announcement ID: openSUSE-SU-2020:1767-1 Rating: important References: #1173786 #1177351 #1177352 Cross-References: CVE-2020-7069 CVE-2020-7070 Affected Products: openSUSE Leap 15.1 ______________________________________________________________________________ An update that solves two vulnerabilities and has one errata is now available. Description: This update for php7 fixes the following issues: - CVE-2020-7069: Fixed an issue when AES-CCM mode was used with openssl_encrypt() function with 12 bytes IV, only first 7 bytes of the IV was used (bsc#1177351). - CVE-2020-7070: Fixed an issue where percent-encoded cookies could have been used to overwrite existing prefixed cookie names (bsc#1177352). - Added tmpfiles.d for php-fpm to provide a base for a socket (bsc#1173786) This update was imported from the SUSE:SLE-15:Update update project. Patch Instructions: To install this openSUSE Security 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.1: zypper in -t patch openSUSE-2020-1767=1 Package List: - openSUSE Leap 15.1 (noarch): php7-pear-7.2.5-lp151.6.36.7 php7-pear-Archive_Tar-7.2.5-lp151.6.36.7 - openSUSE Leap 15.1 (x86_64): apache2-mod_php7-7.2.5-lp151.6.36.7 apache2-mod_php7-debuginfo-7.2.5-lp151.6.36.7 php7-7.2.5-lp151.6.36.7 php7-bcmath-7.2.5-lp151.6.36.7 php7-bcmath-debuginfo-7.2.5-lp151.6.36.7 php7-bz2-7.2.5-lp151.6.36.7 php7-bz2-debuginfo-7.2.5-lp151.6.36.7 php7-calendar-7.2.5-lp151.6.36.7 php7-calendar-debuginfo-7.2.5-lp151.6.36.7 php7-ctype-7.2.5-lp151.6.36.7 php7-ctype-debuginfo-7.2.5-lp151.6.36.7 php7-curl-7.2.5-lp151.6.36.7 php7-curl-debuginfo-7.2.5-lp151.6.36.7 php7-dba-7.2.5-lp151.6.36.7 php7-dba-debuginfo-7.2.5-lp151.6.36.7 php7-debuginfo-7.2.5-lp151.6.36.7 php7-debugsource-7.2.5-lp151.6.36.7 php7-devel-7.2.5-lp151.6.36.7 php7-dom-7.2.5-lp151.6.36.7 php7-dom-debuginfo-7.2.5-lp151.6.36.7 php7-embed-7.2.5-lp151.6.36.7 php7-embed-debuginfo-7.2.5-lp151.6.36.7 php7-enchant-7.2.5-lp151.6.36.7 php7-enchant-debuginfo-7.2.5-lp151.6.36.7 php7-exif-7.2.5-lp151.6.36.7 php7-exif-debuginfo-7.2.5-lp151.6.36.7 php7-fastcgi-7.2.5-lp151.6.36.7 php7-fastcgi-debuginfo-7.2.5-lp151.6.36.7 php7-fileinfo-7.2.5-lp151.6.36.7 php7-fileinfo-debuginfo-7.2.5-lp151.6.36.7 php7-firebird-7.2.5-lp151.6.36.7 php7-firebird-debuginfo-7.2.5-lp151.6.36.7 php7-fpm-7.2.5-lp151.6.36.7 php7-fpm-debuginfo-7.2.5-lp151.6.36.7 php7-ftp-7.2.5-lp151.6.36.7 php7-ftp-debuginfo-7.2.5-lp151.6.36.7 php7-gd-7.2.5-lp151.6.36.7 php7-gd-debuginfo-7.2.5-lp151.6.36.7 php7-gettext-7.2.5-lp151.6.36.7 php7-gettext-debuginfo-7.2.5-lp151.6.36.7 php7-gmp-7.2.5-lp151.6.36.7 php7-gmp-debuginfo-7.2.5-lp151.6.36.7 php7-iconv-7.2.5-lp151.6.36.7 php7-iconv-debuginfo-7.2.5-lp151.6.36.7 php7-intl-7.2.5-lp151.6.36.7 php7-intl-debuginfo-7.2.5-lp151.6.36.7 php7-json-7.2.5-lp151.6.36.7 php7-json-debuginfo-7.2.5-lp151.6.36.7 php7-ldap-7.2.5-lp151.6.36.7 php7-ldap-debuginfo-7.2.5-lp151.6.36.7 php7-mbstring-7.2.5-lp151.6.36.7 php7-mbstring-debuginfo-7.2.5-lp151.6.36.7 php7-mysql-7.2.5-lp151.6.36.7 php7-mysql-debuginfo-7.2.5-lp151.6.36.7 php7-odbc-7.2.5-lp151.6.36.7 php7-odbc-debuginfo-7.2.5-lp151.6.36.7 php7-opcache-7.2.5-lp151.6.36.7 php7-opcache-debuginfo-7.2.5-lp151.6.36.7 php7-openssl-7.2.5-lp151.6.36.7 php7-openssl-debuginfo-7.2.5-lp151.6.36.7 php7-pcntl-7.2.5-lp151.6.36.7 php7-pcntl-debuginfo-7.2.5-lp151.6.36.7 php7-pdo-7.2.5-lp151.6.36.7 php7-pdo-debuginfo-7.2.5-lp151.6.36.7 php7-pgsql-7.2.5-lp151.6.36.7 php7-pgsql-debuginfo-7.2.5-lp151.6.36.7 php7-phar-7.2.5-lp151.6.36.7 php7-phar-debuginfo-7.2.5-lp151.6.36.7 php7-posix-7.2.5-lp151.6.36.7 php7-posix-debuginfo-7.2.5-lp151.6.36.7 php7-readline-7.2.5-lp151.6.36.7 php7-readline-debuginfo-7.2.5-lp151.6.36.7 php7-shmop-7.2.5-lp151.6.36.7 php7-shmop-debuginfo-7.2.5-lp151.6.36.7 php7-snmp-7.2.5-lp151.6.36.7 php7-snmp-debuginfo-7.2.5-lp151.6.36.7 php7-soap-7.2.5-lp151.6.36.7 php7-soap-debuginfo-7.2.5-lp151.6.36.7 php7-sockets-7.2.5-lp151.6.36.7 php7-sockets-debuginfo-7.2.5-lp151.6.36.7 php7-sodium-7.2.5-lp151.6.36.7 php7-sodium-debuginfo-7.2.5-lp151.6.36.7 php7-sqlite-7.2.5-lp151.6.36.7 php7-sqlite-debuginfo-7.2.5-lp151.6.36.7 php7-sysvmsg-7.2.5-lp151.6.36.7 php7-sysvmsg-debuginfo-7.2.5-lp151.6.36.7 php7-sysvsem-7.2.5-lp151.6.36.7 php7-sysvsem-debuginfo-7.2.5-lp151.6.36.7 php7-sysvshm-7.2.5-lp151.6.36.7 php7-sysvshm-debuginfo-7.2.5-lp151.6.36.7 php7-test-7.2.5-lp151.6.36.7 php7-tidy-7.2.5-lp151.6.36.7 php7-tidy-debuginfo-7.2.5-lp151.6.36.7 php7-tokenizer-7.2.5-lp151.6.36.7 php7-tokenizer-debuginfo-7.2.5-lp151.6.36.7 php7-wddx-7.2.5-lp151.6.36.7 php7-wddx-debuginfo-7.2.5-lp151.6.36.7 php7-xmlreader-7.2.5-lp151.6.36.7 php7-xmlreader-debuginfo-7.2.5-lp151.6.36.7 php7-xmlrpc-7.2.5-lp151.6.36.7 php7-xmlrpc-debuginfo-7.2.5-lp151.6.36.7 php7-xmlwriter-7.2.5-lp151.6.36.7 php7-xmlwriter-debuginfo-7.2.5-lp151.6.36.7 php7-xsl-7.2.5-lp151.6.36.7 php7-xsl-debuginfo-7.2.5-lp151.6.36.7 php7-zip-7.2.5-lp151.6.36.7 php7-zip-debuginfo-7.2.5-lp151.6.36.7 php7-zlib-7.2.5-lp151.6.36.7 php7-zlib-debuginfo-7.2.5-lp151.6.36.7 References: https://www.suse.com/security/cve/CVE-2020-7069.html https://www.suse.com/security/cve/CVE-2020-7070.html https://bugzilla.suse.com/1173786 https://bugzilla.suse.com/1177351 https://bugzilla.suse.com/1177352 -- . A crucial openSUSE security patch concerning PHP vulnerabilities has been released. Implement this update to maintain system reliability and protection.. openSUSE Security Update, PHP Security Advisory, AES-CCM Fix. . Severity: Important. LinuxSecurity.com Team
An update that solves one vulnerability and has one errata is now available. . SUSE Security Update: Security update for php7 ______________________________________________________________________________ Announcement ID: SUSE-SU-2020:2920-1 Rating: important References: #1173786 #1177352 Cross-References: CVE-2020-7070 Affected Products: SUSE Linux Enterprise Software Development Kit 12-SP5 SUSE Linux Enterprise Module for Web Scripting 12 ______________________________________________________________________________ An update that solves one vulnerability and has one errata is now available. Description: This update for php7 fixes the following issues: - CVE-2020-7070: Fixed an issue where percent-encoded cookies could have been used to overwrite existing prefixed cookie names (bsc#1177352). - Added tmpfiles.d for php-fpm to provide a base for a socket (bsc#1173786) Patch Instructions: To install this SUSE Security 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 Software Development Kit 12-SP5: zypper in -t patch SUSE-SLE-SDK-12-SP5-2020-2920=1 - SUSE Linux Enterprise Module for Web Scripting 12: zypper in -t patch SUSE-SLE-Module-Web-Scripting-12-2020-2920=1 Package List: - SUSE Linux Enterprise Software Development Kit 12-SP5 (aarch64 ppc64le s390x x86_64): php7-debuginfo-7.0.7-50.102.1 php7-debugsource-7.0.7-50.102.1 php7-devel-7.0.7-50.102.1 - SUSE Linux Enterprise Module for Web Scripting 12 (aarch64 ppc64le s390x x86_64): apache2-mod_php7-7.0.7-50.102.1 apache2-mod_php7-debuginfo-7.0.7-50.102.1 php7-7.0.7-50.102.1 php7-bcmath-7.0.7-50.102.1 php7-bcmath-debuginfo-7.0.7-50.102.1 php7-bz2-7.0.7-50.102.1 php7-bz2-debuginfo-7.0.7-50.102.1 php7-calendar-7.0.7-50.102.1 php7-calendar-debuginfo-7.0.7-50.102.1 php7-ctype-7.0.7-50.102.1 php7-ctype-debuginfo-7.0.7-50.102.1 php7-curl-7.0.7-50.102.1 php7-curl-debuginfo-7.0.7-50.102.1 php7-dba-7.0.7-50.102.1 php7-dba-debuginfo-7.0.7-50.102.1 php7-debuginfo-7.0.7-50.102.1 php7-debugsource-7.0.7-50.102.1 php7-dom-7.0.7-50.102.1 php7-dom-debuginfo-7.0.7-50.102.1 php7-enchant-7.0.7-50.102.1 php7-enchant-debuginfo-7.0.7-50.102.1 php7-exif-7.0.7-50.102.1 php7-exif-debuginfo-7.0.7-50.102.1 php7-fastcgi-7.0.7-50.102.1 php7-fastcgi-debuginfo-7.0.7-50.102.1 php7-fileinfo-7.0.7-50.102.1 php7-fileinfo-debuginfo-7.0.7-50.102.1 php7-fpm-7.0.7-50.102.1 php7-fpm-debuginfo-7.0.7-50.102.1 php7-ftp-7.0.7-50.102.1 php7-ftp-debuginfo-7.0.7-50.102.1 php7-gd-7.0.7-50.102.1 php7-gd-debuginfo-7.0.7-50.102.1 php7-gettext-7.0.7-50.102.1 php7-gettext-debuginfo-7.0.7-50.102.1 php7-gmp-7.0.7-50.102.1 php7-gmp-debuginfo-7.0.7-50.102.1 php7-iconv-7.0.7-50.102.1 php7-iconv-debuginfo-7.0.7-50.102.1 php7-imap-7.0.7-50.102.1 php7-imap-debuginfo-7.0.7-50.102.1 php7-intl-7.0.7-50.102.1 php7-intl-debuginfo-7.0.7-50.102.1 php7-json-7.0.7-50.102.1 php7-json-debuginfo-7.0.7-50.102.1 php7-ldap-7.0.7-50.102.1 php7-ldap-debuginfo-7.0.7-50.102.1 php7-mbstring-7.0.7-50.102.1 php7-mbstring-debuginfo-7.0.7-50.102.1 php7-mcrypt-7.0.7-50.102.1 php7-mcrypt-debuginfo-7.0.7-50.102.1 php7-mysql-7.0.7-50.102.1 php7-mysql-debuginfo-7.0.7-50.102.1 php7-odbc-7.0.7-50.102.1 php7-odbc-debuginfo-7.0.7-50.102.1 php7-opcache-7.0.7-50.102.1 php7-opcache-debuginfo-7.0.7-50.102.1 php7-openssl-7.0.7-50.102.1 php7-openssl-debuginfo-7.0.7-50.102.1 php7-pcntl-7.0.7-50.102.1 php7-pcntl-debuginfo-7.0.7-50.102.1 php7-pdo-7.0.7-50.102.1 php7-pdo-debuginfo-7.0.7-50.102.1 php7-pgsql-7.0.7-50.102.1 php7-pgsql-debuginfo-7.0.7-50.102.1 php7-phar-7.0.7-50.102.1 php7-phar-debuginfo-7.0.7-50.102.1 php7-posix-7.0.7-50.102.1 php7-posix-debuginfo-7.0.7-50.102.1 php7-pspell-7.0.7-50.102.1 php7-pspell-debuginfo-7.0.7-50.102.1 php7-shmop-7.0.7-50.102.1 php7-shmop-debuginfo-7.0.7-50.102.1 php7-snmp-7.0.7-50.102.1 php7-snmp-debuginfo-7.0.7-50.102.1 php7-soap-7.0.7-50.102.1 php7-soap-debuginfo-7.0.7-50.102.1 php7-sockets-7.0.7-50.102.1 php7-sockets-debuginfo-7.0.7-50.102.1 php7-sqlite-7.0.7-50.102.1 php7-sqlite-debuginfo-7.0.7-50.102.1 php7-sysvmsg-7.0.7-50.102.1 php7-sysvmsg-debuginfo-7.0.7-50.102.1 php7-sysvsem-7.0.7-50.102.1 php7-sysvsem-debuginfo-7.0.7-50.102.1 php7-sysvshm-7.0.7-50.102.1 php7-sysvshm-debuginfo-7.0.7-50.102.1 php7-tokenizer-7.0.7-50.102.1 php7-tokenizer-debuginfo-7.0.7-50.102.1 php7-wddx-7.0.7-50.102.1 php7-wddx-debuginfo-7.0.7-50.102.1 php7-xmlreader-7.0.7-50.102.1 php7-xmlreader-debuginfo-7.0.7-50.102.1 php7-xmlrpc-7.0.7-50.102.1 php7-xmlrpc-debuginfo-7.0.7-50.102.1 php7-xmlwriter-7.0.7-50.102.1 php7-xmlwriter-debuginfo-7.0.7-50.102.1 php7-xsl-7.0.7-50.102.1 php7-xsl-debuginfo-7.0.7-50.102.1 php7-zip-7.0.7-50.102.1 php7-zip-debuginfo-7.0.7-50.102.1 php7-zlib-7.0.7-50.102.1 php7-zlib-debuginfo-7.0.7-50.102.1 - SUSE Linux Enterprise Module for Web Scripting 12 (noarch): php7-pear-7.0.7-50.102.1 php7-pear-Archive_Tar-7.0.7-50.102.1 References: https://www.suse.com/security/cve/CVE-2020-7070.html https://bugzilla.suse.com/1173786 https://bugzilla.suse.com/1177352 _______________________________________________ sle-security-updates mailing list
An update that fixes one vulnerability is now available. . SUSE Security Update: Security update for libzypp ______________________________________________________________________________ Announcement ID: SUSE-SU-2020:0023-1 Rating: moderate References: #1158763 Cross-References: CVE-2019-18900 Affected Products: SUSE CaaS Platform 3.0 ______________________________________________________________________________ An update that fixes one vulnerability is now available. Description: This update for libzypp fixes the following issues: Security issue fixed: - CVE-2019-18900: Fixed assert cookie file that was world readable (bsc#1158763). Patch Instructions: To install this SUSE Security 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 CaaS Platform 3.0: To install this update, use the SUSE CaaS Platform Velum dashboard. It will inform you if it detects new updates and let you then trigger updating of the complete cluster in a controlled way. Package List: - SUSE CaaS Platform 3.0 (x86_64): libzypp-16.21.2-27.68.1 libzypp-debuginfo-16.21.2-27.68.1 libzypp-debugsource-16.21.2-27.68.1 References: https://www.suse.com/security/cve/CVE-2019-18900.html https://bugzilla.suse.com/1158763 _______________________________________________ sle-security-updates mailing list
Get the latest Linux and open source security news straight to your inbox.