Friday, March 29, 2024

New Dirty Sock Vulnerability Allows Hackers to Gain Root Access on Linux systems

The researcher discovered a new privilege escalation vulnerability called Dirty Sock on Ubuntu Linux default installation lets attacker gain immediate root to the system.

This serious vulnerability existing in the Linux system’s default service called snapd API that allows any local user taking advantage and exploiting the flaw to gain the complete root access .

Chris Moberly, a researcher refer to this vulnerability as Dirty Sock and he was discovered in end of the January and reported to the Canonical team, a company behind the Ubuntu.

He was released an exploit that works 100% of the time on fresh, default installations of Ubuntu Server and Desktop.

Management of locally installed snaps and communication with ta his online store are partially handled by a systemd service called “snapd” (https://github.com/snapcore/snapd) which is running in Ubuntu under root user.

This vulnerability exactly located in the Snapd that serves up a REST API attached to a local UNIX_AF socket.

The researcher said, Access control to restricted API functions is accomplished by querying the UID associated with any connections made to that socket which allow to users access the any API function.

By having an access to the API function, attackers will use the different method to gain the root access.

Moberly published a Proof-of-code exploit in GitHub that was written in Python in order to perform the following operation against this vulnerability and Snapd versions 2.28 through 2.37 are all vulnerable to the Dirty Sock exploit.

  1. Creates a random file with the string ‘;uid=0;’ in the name
  2. Binds a socket to this file
  3. Connects to the snapd API
  4. Deletes the trojan snap (if it was left over from a previous aborted run)
  5. Installs the trojan snap (at which point the install hook will run)
  6. Deletes the trojan snap
  7. Deletes the temporary socket file
  8. Congratulates you on your success

This exploits only working for a local attacker to escalate the privilege in target Linux system and will not work remotely.

Ubuntu Team patched this vulnerability and released security updates for the Ubuntu Linux OS that tracked as CVE-2019-7304.

In this case, Linux users urged to update their system as soon as possible in order to avoid the exploiting circumstances.

You can follow us on Linkedin, Twitter, Facebook for daily Cybersecurity updates also you can take the Best Cybersecurity courses online to keep your self-updated.

Also Read:

New Linux Coin Miner that Deletes Other Linux Malware and Coin Miners

A New Critical RCE Vulnerability in LibreOffice that Exploit Windows & Linux Systems

Website

Latest articles

GoPlus’s Latest Report Highlights How Blockchain Communities Are Leveraging Critical API Security Data To Mitigate Web3 Threats

GoPlus Labs, the leading Web3 security infrastructure provider, has unveiled a groundbreaking report highlighting...

Wireshark 4.2.4 Released: What’s New!

Wireshark stands as the undisputed leader, offering unparalleled tools for troubleshooting, analysis, development, and...

Zoom Unveils AI-Powered All-In-One AI Work Workplace

Zoom has taken a monumental leap forward by introducing Zoom Workplace, an all-encompassing AI-powered...

iPhone Users Beware! Darcula Phishing Service Attacking Via iMessage

Phishing allows hackers to exploit human vulnerabilities and trick users into revealing sensitive information...

2 Chrome Zero-Days Exploited at Pwn2Own 2024: Patch Now

Google has announced a crucial update to its Chrome browser, addressing several vulnerabilities, including...

The Moon Malware Hacked 6,000 ASUS Routers in 72hours to Use for Proxy

Black Lotus Labs discovered a multi-year campaign by TheMoon malware targeting vulnerable routers and...
Balaji
Balaji
BALAJI is an Ex-Security Researcher (Threat Research Labs) at Comodo Cybersecurity. Editor-in-Chief & Co-Founder - Cyber Security News & GBHackers On Security.

Mitigating Vulnerability Types & 0-day Threats

Mitigating Vulnerability & 0-day Threats

Alert Fatigue that helps no one as security teams need to triage 100s of vulnerabilities.

  • The problem of vulnerability fatigue today
  • Difference between CVSS-specific vulnerability vs risk-based vulnerability
  • Evaluating vulnerabilities based on the business impact/risk
  • Automation to reduce alert fatigue and enhance security posture significantly

Related Articles