Monday, November 25, 2024
HomeComputer SecurityNew Dirty Sock Vulnerability Allows Hackers to Gain Root Access on...

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

Published on

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.

- Advertisement - SIEM as a Service

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

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.

Latest articles

Threat Actors Exploit Google Docs And Weebly Services For Malware Attacks

Phishing attackers used Google Docs to deliver malicious links, bypassing security measures and redirecting...

Python NodeStealer: Targeting Facebook Business Accounts to Harvest Login Credentials

The Python-based NodeStealer, a sophisticated info-stealer, has evolved to target new information and employ...

XSS Vulnerability in Bing.com Let Attackers Send Crafted Malicious Requests

A significant XSS vulnerability was recently uncovered in Microsoft’s Bing.com, potentially allowing attackers to...

Meta Removed 2 Million Account Linked to Malicious Activities

 Meta has announced the removal of over 2 million accounts connected to malicious activities,...

Free Webinar

Protect Websites & APIs from Malware Attack

Malware targeting customer-facing websites and API applications poses significant risks, including compliance violations, defacements, and even blacklisting.

Join us for an insightful webinar featuring Vivek Gopalan, VP of Products at Indusface, as he shares effective strategies for safeguarding websites and APIs against malware.

Discussion points

Scan DOM, internal links, and JavaScript libraries for hidden malware.
Detect website defacements in real time.
Protect your brand by monitoring for potential blacklisting.
Prevent malware from infiltrating your server and cloud infrastructure.

More like this

XSS Vulnerability in Bing.com Let Attackers Send Crafted Malicious Requests

A significant XSS vulnerability was recently uncovered in Microsoft’s Bing.com, potentially allowing attackers to...

7-Zip RCE Vulnerability Let Attackers Execute Remote Code

A critical security vulnerability has been disclosed in the popular file archiving tool 7-Zip,...

FortiClient VPN Flaw Enables Undetected Brute-Force Attacks

A design flaw in the logging mechanism of Fortinet's VPN servers has been uncovered,...