Alerts This Week
Warning Icon 1 659
Alerts This Week
Warning Icon 1 659

Stay Secure with the Latest Linux Advisories

Filter Icon 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

What got you started with Linux?

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/150-what-got-you-started-with-linux?task=poll.vote&format=json
150
radio
0
[{"id":483,"title":"Self-taught through trial and error","votes":545,"type":"x","order":1,"pct":78.42,"resources":[]},{"id":484,"title":"Formal training or courses","votes":30,"type":"x","order":2,"pct":4.32,"resources":[]},{"id":485,"title":"A job that required it","votes":34,"type":"x","order":3,"pct":4.89,"resources":[]},{"id":486,"title":"Other","votes":86,"type":"x","order":4,"pct":12.37,"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...
89

Fedora 39 Redis 7.2.2 Security Notice: Severe Unix Socket Exploit

**Redis 7.2.2** Released Wed 18 Oct 2023 10:33:40 IDT Upgrade urgency SECURITY: See security fixes below. Security fixes * (**CVE-2023-45145**) The wrong order of listen(2) and chmod(2) calls creates a race condition that can be used by another process to bypass desired Unix socket permissions on startup. Bug fixes * WAITAOF could timeout in the absence of write traffic in. -------------------------------------------------------------------------------- Fedora Update Notification FEDORA-2023-fd75e4f307 2023-11-03 18:20:20.955534 -------------------------------------------------------------------------------- Name : redis Product : Fedora 39 Version : 7.2.2 Release : 1.fc39 URL : https://redis.io Summary : A persistent key-value database Description : Redis 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, Redis 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. Redis 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 Redis behave like a cache. You can use Redis from most programming languages also. -------------------------------------------------------------------------------- Update Information: **Redis 7.2.2** Released Wed 18 Oct 2023 10:33:40 IDT Upgrade urgency SECURITY: See securityfixes below. Security fixes * (**CVE-2023-45145**) The wrong order of listen(2) and chmod(2) calls creates a race condition that can be used by another process to bypass desired Unix socket permissions on startup. Bug fixes * WAITAOF could timeout in the absence of write traffic in case a new AOF is created and an AOF rewrite can't immediately start (#12620) Redis cluster * Fix crash when running rebalance command in a mixed cluster of 7.0 and 7.2 nodes (#12604) * Fix the return type of the slot number in cluster shards to integer, which makes it consistent with past behavior (#12561) * Fix CLUSTER commands are called from modules or scripts to return TLS info appropriately (#12569) Changes in CLI tools * redis-cli, fix crash on reconnect when in SUBSCRIBE mode (#12571) Module API changes * Fix overflow calculation for next timer event (#12474) -------------------------------------------------------------------------------- ChangeLog: * Wed Oct 18 2023 Remi Collet - 7.2.2-1 - Upstream 7.2.2 release -------------------------------------------------------------------------------- References: [ 1 ] Bug #2244940 - CVE-2023-45145 redis: possible bypass of Unix socket permissions on startup https://bugzilla.redhat.com/show_bug.cgi?id=2244940 -------------------------------------------------------------------------------- This update can be installed with the "dnf" update program. Use su -c 'dnf upgrade --advisory FEDORA-2023-fd75e4f307' 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 -- This email address is being protected from spambots. You need JavaScript enabled to view it. To unsubscribesend an email to This email address is being protected from spambots. You need JavaScript enabled to view it. Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/This email address is being protected from spambots. You need JavaScript enabled to view it./ Do not reply to spam, report it: . Immediate action required for Redis 7.2.2 on Fedora 39 due to crucial security patch addressing Unix socket access rights.. Fedora Updates, Unix Socket Bypass, Redis Security Fix. . Severity: Critical. LinuxSecurity.com Team

Calendar 2 Nov 03, 2023 Critical Fedora
89

Fedora 38: 2023-77ed1e26a4 Moderate: Redis Socket Permission Bypass

**Redis 7.0.14** Released Wed 18 Oct 2023 10:33:40 IDT Upgrade urgency SECURITY: See security fixes below. Security fixes * (**CVE-2023-45145**) The wrong order of listen(2) and chmod(2) calls creates a race condition that can be used by another process to bypass desired Unix socket permissions on startup.. -------------------------------------------------------------------------------- Fedora Update Notification FEDORA-2023-77ed1e26a4 2023-10-27 01:26:10.649952 -------------------------------------------------------------------------------- Name : redis Product : Fedora 38 Version : 7.0.14 Release : 1.fc38 URL : https://redis.io Summary : A persistent key-value database Description : Redis 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, Redis 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. Redis 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 Redis behave like a cache. You can use Redis from most programming languages also. -------------------------------------------------------------------------------- Update Information: **Redis 7.0.14** Released Wed 18 Oct 2023 10:33:40 IDT Upgrade urgency SECURITY: See security fixes below. Security fixes * (**CVE-2023-45145**) The wrongorder of listen(2) and chmod(2) calls creates a race condition that can be used by another process to bypass desired Unix socket permissions on startup. -------------------------------------------------------------------------------- ChangeLog: * Wed Oct 18 2023 Remi Collet - 7.0.14-1 - Upstream 7.0.14 release -------------------------------------------------------------------------------- References: [ 1 ] Bug #2244940 - CVE-2023-45145 redis: possible bypass of Unix socket permissions on startup https://bugzilla.redhat.com/show_bug.cgi?id=2244940 -------------------------------------------------------------------------------- This update can be installed with the "dnf" update program. Use su -c 'dnf upgrade --advisory FEDORA-2023-77ed1e26a4' 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 -- This email address is being protected from spambots. You need JavaScript enabled to view it. To unsubscribe send an email to This email address is being protected from spambots. You need JavaScript enabled to view it. Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/This email address is being protected from spambots. You need JavaScript enabled to view it./ Do not reply to spam, report it: . Crucial patch released for Redis on CentOS resolves threading conflict to avert Unix socket access violations.. Redis Update, Fedora 38 Security, Unix Socket Permissions, Race Condition, Redis Security Fix. . LinuxSecurity.com Team

Calendar 2 Oct 27, 2023 Fedora
89

Fedora 37: FEDORA-2023-8a9087f089 Critical Redis Race Condition

**Redis 7.0.14** Released Wed 18 Oct 2023 10:33:40 IDT Upgrade urgency SECURITY: See security fixes below. Security fixes * (**CVE-2023-45145**) The wrong order of listen(2) and chmod(2) calls creates a race condition that can be used by another process to bypass desired Unix socket permissions on startup.. -------------------------------------------------------------------------------- Fedora Update Notification FEDORA-2023-8a9087f089 2023-10-27 01:10:52.863778 -------------------------------------------------------------------------------- Name : redis Product : Fedora 37 Version : 7.0.14 Release : 1.fc37 URL : https://redis.io Summary : A persistent key-value database Description : Redis 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, Redis 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. Redis 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 Redis behave like a cache. You can use Redis from most programming languages also. -------------------------------------------------------------------------------- Update Information: **Redis 7.0.14** Released Wed 18 Oct 2023 10:33:40 IDT Upgrade urgency SECURITY: See security fixes below. Security fixes * (**CVE-2023-45145**) The wrongorder of listen(2) and chmod(2) calls creates a race condition that can be used by another process to bypass desired Unix socket permissions on startup. -------------------------------------------------------------------------------- ChangeLog: * Wed Oct 18 2023 Remi Collet - 7.0.14-1 - Upstream 7.0.14 release -------------------------------------------------------------------------------- References: [ 1 ] Bug #2244940 - CVE-2023-45145 redis: possible bypass of Unix socket permissions on startup https://bugzilla.redhat.com/show_bug.cgi?id=2244940 -------------------------------------------------------------------------------- This update can be installed with the "dnf" update program. Use su -c 'dnf upgrade --advisory FEDORA-2023-8a9087f089' 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 -- This email address is being protected from spambots. You need JavaScript enabled to view it. To unsubscribe send an email to This email address is being protected from spambots. You need JavaScript enabled to view it. Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/This email address is being protected from spambots. You need JavaScript enabled to view it./ Do not reply to spam, report it: . Crucial security patch released for Redis 7.0.14 on Fedora, rectifying severe race condition that allows evasion of socket access controls.. Fedora Update, Redis Security, Unix Socket, Patch Release. . Severity: Critical. LinuxSecurity.com Team

Calendar 2 Oct 27, 2023 Critical Fedora
89

Fedora 35: FEDORA-2022-602ab9d4cc moderate: pcs ruby socket permissions

- Fixed ruby socket permissions. --------------------------------------------------------------------------------Fedora Update Notification FEDORA-2022-602ab9d4cc 2022-09-17 01:54:03.901964 --------------------------------------------------------------------------------Name : pcs Product : Fedora 35 Version : 0.10.14 Release : 2.fc35 URL : https://github.com/ClusterLabs/pcs Summary : Pacemaker Configuration System Description : pcs is a corosync and pacemaker configuration tool. It permits users to easily view, modify and create pacemaker based clusters. --------------------------------------------------------------------------------Update Information: - Fixed ruby socket permissions --------------------------------------------------------------------------------ChangeLog: * Thu Sep 8 2022 Miroslav Lisik - 0.10.14-2 - Fixed ruby socket permissions --------------------------------------------------------------------------------This update can be installed with the "dnf" update program. Use su -c 'dnf upgrade --advisory FEDORA-2022-602ab9d4cc' 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 -- This email address is being protected from spambots. You need JavaScript enabled to view it. To unsubscribe send an email to This email address is being protected from spambots. You need JavaScript enabled to view it. Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/This email address is being protected from spambots. You need JavaScript enabled to view it./ Do not reply to spam, report it: . Fedora 35 has released an updateaddressing a critical issue with ruby socket permissions in pcs. This update is expected to enhance both security and overall performance.. Fedora Update, Ruby Permissions, pcs, Corosync, Pacemaker. . LinuxSecurity.com Team

Calendar 2 Sep 16, 2022 Fedora
89

Fedora 37 pcs Update 2022-84d52a8db7: Ruby Socket Permissions Fix

Fixed ruby socket permissions. --------------------------------------------------------------------------------Fedora Update Notification FEDORA-2022-84d52a8db7 2022-09-17 00:15:37.535257 --------------------------------------------------------------------------------Name : pcs Product : Fedora 37 Version : 0.11.3 Release : 4.fc37 URL : https://github.com/ClusterLabs/pcs Summary : Pacemaker Configuration System Description : pcs is a corosync and pacemaker configuration tool. It permits users to easily view, modify and create pacemaker based clusters. --------------------------------------------------------------------------------Update Information: Fixed ruby socket permissions --------------------------------------------------------------------------------ChangeLog: * Wed Sep 7 2022 Miroslav Lisik - 0.11.3-4 - Fixed ruby socket permissions - Resolves: rhbz#2123389 --------------------------------------------------------------------------------This update can be installed with the "dnf" update program. Use su -c 'dnf upgrade --advisory FEDORA-2022-84d52a8db7' 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 -- This email address is being protected from spambots. You need JavaScript enabled to view it. To unsubscribe send an email to This email address is being protected from spambots. You need JavaScript enabled to view it. Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/This email address is being protected from spambots. You need JavaScript enabled to view it./ Do not reply to spam, report it: . A criticalFedora 37 update for pcs fixes Ruby socket permissions, boosting security and functionality in cluster management tasks. Fedora Update, pcs Configuration, Ruby Socket Permissions. . LinuxSecurity.com Team

Calendar 2 Sep 16, 2022 Fedora
197

Debian 8: DLA-2122-1 Moderate: libusbmuxd Socket Permissions Issue

It was discovered that libusbmuxd incorrectly handled socket permissions. A remote attacker could use this issue to access services on iOS devices, contrary to expectations. . Package : libusbmuxd Version : 1.0.9-1+deb8u1 CVE ID : CVE-2016-5104 Debian Bug : 825554 It was discovered that libusbmuxd incorrectly handled socket permissions. A remote attacker could use this issue to access services on iOS devices, contrary to expectations. For Debian 8 "Jessie", this problem has been fixed in version 1.0.9-1+deb8u1. We recommend that you upgrade your libusbmuxd packages. 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 . The file access rights flaw in libusbmuxd version 1.0.9-1+deb8u1 affects Debian LTS installations significantly. libusbmuxd, Debian security, socket permissions, remote attacker. . LinuxSecurity.com Team

Calendar 2 Feb 27, 2020 Debian LTS
197

Debian 8: DLA-2121-1 Critical: libimobiledevice Socket Access Issue

It was discovered that libimobiledevice incorrectly handled socket permissions. A remote attacker could use this issue to access services on iOS devices, contrary to expectations. . Package : libimobiledevice Version : 1.1.6+dfsg-3.1+deb8u1 CVE ID : CVE-2016-5104 Debian Bug : 825553 It was discovered that libimobiledevice incorrectly handled socket permissions. A remote attacker could use this issue to access services on iOS devices, contrary to expectations. For Debian 8 "Jessie", this problem has been fixed in version 1.1.6+dfsg-3.1+deb8u1. We recommend that you upgrade your libimobiledevice packages. 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 . An important security patch for libimobiledevice resolves socket access problems and potential remote exploitation vulnerabilities in Debian 8.. libimobiledevice update, Debian security patch, remote access security, socket permissions fix. . Severity: Critical. LinuxSecurity.com Team

Calendar 2 Feb 27, 2020 Critical Debian LTS
172

Ubuntu 15.10 USN-2809-1 Moderate: LXD Privilege Escalation

LXD could be made to run programs as an administrator.. =========================================================================Ubuntu Security Notice USN-2809-1 November 12, 2015 lxd vulnerability ========================================================================= A security issue affects these releases of Ubuntu and its derivatives: - Ubuntu 15.10 Summary: LXD could be made to run programs as an administrator. Software Description: - lxd: Container hypervisor based on LXC Details: Jeroen Simonetti discovered that LXD incorrectly set socket permissions. A local attacker could use this issue to escalate privileges. Update instructions: The problem can be corrected by updating your system to the following package versions: Ubuntu 15.10: lxd 0.20-0ubuntu4.1 In general, a standard system update will make all the necessary changes. References: https://ubuntu.com/security/notices/USN-2809-1 https://bugs.launchpad.net/ubuntu/+source/lxd/+bug/1515689 Package Information: https://launchpad.net/ubuntu/+source/lxd/0.20-0ubuntu4.1 . LXD security flaw in Ubuntu 15.10 permits local adversaries to gain elevated privileges through improperly set socket permissions.. LXD Privilege Escalation, Ubuntu Upgrade, Security Notice. . LinuxSecurity.com Team

Calendar 2 Nov 12, 2015 Ubuntu
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

What got you started with Linux?

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/150-what-got-you-started-with-linux?task=poll.vote&format=json
150
radio
0
[{"id":483,"title":"Self-taught through trial and error","votes":545,"type":"x","order":1,"pct":78.42,"resources":[]},{"id":484,"title":"Formal training or courses","votes":30,"type":"x","order":2,"pct":4.32,"resources":[]},{"id":485,"title":"A job that required it","votes":34,"type":"x","order":3,"pct":4.89,"resources":[]},{"id":486,"title":"Other","votes":86,"type":"x","order":4,"pct":12.37,"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
Your message here