Article Details
Scrape Timestamp (UTC): 2024-09-19 15:47:19.193
Source: https://thehackernews.com/2024/09/hackers-exploit-default-credentials-in.html
Original Article Text
Click to Toggle View
Hackers Exploit Default Credentials in FOUNDATION Software to Breach Construction Firms. Threat actors have been observed targeting the construction sector by infiltrating the FOUNDATION Accounting Software, according to new findings from Huntress. "Attackers have been observed brute-forcing the software at scale, and gaining access simply by using the product's default credentials," the cybersecurity company said. Targets of the emerging threat include plumbing, HVAC (heating, ventilation, and air conditioning), concrete, and other related sub-industries. The FOUNDATION software comes with a Microsoft SQL (MS SQL) Server to handle database operations, and, in some cases, has the TCP port 4243 open to directly access the database via a mobile app. Huntress said the server includes two high-privileged accounts, including "sa," a default system administrator account, and "dba," an account created by FOUNDATION, that are often left with unchanged default credentials. A consequence of this action is that threat actors could brute-force the server and leverage the xp_cmdshell configuration option to run arbitrary shell commands. "This is an extended stored procedure that allows the execution of OS commands directly from SQL, enabling users to run shell commands and scripts as if they had access right from the system command prompt," Huntress noted. First signs of the activity was detected by Huntress on September 14, 2024, with about 35,000 brute-force login attempts recorded against an MS SQL server on one host before gaining successful access. Of the 500 hosts running the FOUNDATION software across the endpoints protected by the company, 33 of them have been found to be publicly accessible with default credentials. To mitigate the risk posed by such attacks, it's recommended to rotate default account credentials, cease exposing the application over the public internet if possible, and disable the xp_cmdshell option where appropriate.
Daily Brief Summary
Threat actors used default credentials to access FOUNDATION Accounting Software, targeting the construction sector.
The breach primarily impacted sub-industries like plumbing, HVAC, and concrete, utilizing brute-force attacks at scale.
FOUNDATION software includes a Microsoft SQL Server with high-privileged accounts "sa" and "dba," which often retain default passwords.
Approximately 35,000 brute-force attempts were recorded on September 14, 2024, against a single MS SQL server before successful penetration.
Of 500 hosts analyzed by Huntress, 33 were publicly accessible and vulnerable due to unchanged default credentials.
Attackers exploited the xp_cmdshell feature in SQL server to execute arbitrary shell commands, gaining further system access.
Huntress recommends rotating default account credentials, limiting public internet exposure, and disabling the xp_cmdshell configuration to mitigate risks.