Cyber Security News

IDOR Vulnerability in ExHub Allows Attackers to Alter Hosting Configurations

A security researcher recently uncovered a high-risk Insecure Direct Object Reference (IDOR) vulnerability in ExHub, a cloud hosting and collaboration platform used by over 2 million developers.

The flaw enabled attackers to manipulate web hosting configurations for any project hosted on the platform without authorization, potentially disrupting critical services or enabling further exploits.

The discovery earned the researcher a $1,500 bounty, with ExHub awarding an additional $200 for the report’s clarity and a $100 retest fee after remediation.

Vulnerability Breakdown

The IDOR vulnerability resided in ExHub’s API endpoint for project deployment configurations (/api/v1/projects/deployment_configuration/<projectid>), which failed to verify if a user had administrative privileges before processing modification requests.

Attackers could exploit this by sending a crafted POST request with a target project’s ID—a trivial identifier often visible in URLs or network logs.

By altering parameters like machine type, ports, or authentication methods, malicious actors could reroute traffic, disable services, or weaken security protocols.

Notably, even users with minimal “reader” permissions could execute administrative actions, violating core security principles like least privilege.

“This flaw essentially handed over the keys to any project’s infrastructure,” explained the researcher, who requested anonymity. “With a single API call, an attacker could destabilize deployments or create backdoors.”

Exploitation Pathway

The researcher replicated the attack using Burp Suite, a penetration testing tool. After obtaining a valid project ID—through guesswork, phishing, or exposed logs—an attacker could send a request to modify settings such as:

{ "machineType":"t32", "port":9901, "dnsAutogen":true, "authentication":"me" }

This would reconfigure the project’s hosting environment, potentially overriding firewalls or exposing internal ports. ExHub’s UI immediately reflected these changes, confirming the vulnerability’s severity.

ExHub initially classified the flaw as critical (CVSS 9.8) but later downgraded it to high-risk (8.8), citing assumptions that project IDs required some privilege to obtain.

However, the researcher emphasized that such IDs are frequently exposed in shared links or misconfigured APIs, rendering that mitigation insufficient.

Successful exploitation could lead to:

  • Service Disruptions: Malicious port changes could sever user access or crash applications.
  • Data Exposure: Disabling authentication mechanisms might expose sensitive data.
  • Privilege Escalation: Attackers could abuse misconfigured services to pivot into internal networks.

ExHub patched the vulnerability by implementing role-based access controls (RBAC) and project ID obfuscation.

 A retest on October 15, 2024, confirmed the fix’s efficacy. The company praised the researcher’s methodology, highlighting the value of ethical hacking in bolstering platform security.

As cloud platforms grow increasingly complex, rigorous vulnerability disclosure programs remain vital.

ExHub’s prompt response and bounty allocation exemplify how collaboration between researchers and enterprises can mitigate risks before widespread exploitation occurs.

Investigate Real-World Malicious Links & Phishing Attacks With Threat Intelligence Lookup - Try for Free

Divya

Divya is a Senior Journalist at GBhackers covering Cyber Attacks, Threats, Breaches, Vulnerabilities and other happenings in the cyber world.

Recent Posts

SPAWNCHIMERA Malware Exploits Ivanti Buffer Overflow Vulnerability by Applying a Critical Fix

In a recent development, the SPAWNCHIMERA malware family has been identified exploiting the buffer overflow…

5 hours ago

Sitevision Auto-Generated Password Vulnerability Lets Hackers Steal Signing Key

A significant vulnerability in Sitevision CMS, versions 10.3.1 and earlier, has been identified, allowing attackers…

5 hours ago

NSA Allegedly Hacked Northwestern Polytechnical University, China Claims

Chinese cybersecurity entities have accused the U.S. National Security Agency (NSA) of orchestrating a cyberattack…

5 hours ago

ACRStealer Malware Abuses Google Docs as C2 to Steal Login Credentials

The ACRStealer malware, an infostealer disguised as illegal software such as cracks and keygens, has…

5 hours ago

Nagios XI Flaw Exposes User Details and Emails to Unauthenticated Attackers”

A security vulnerability in Nagios XI 2024R1.2.2, tracked as CVE-2024-54961, has been disclosed, allowing unauthenticated…

8 hours ago

Critical UniFi Protect Camera Vulnerability Enables Remote Code Execution Attacks

Ubiquiti Networks has issued an urgent security advisory (Bulletin 046) warning of multiple critical vulnerabilities…

8 hours ago