Researchers observed the novel campaign exploiting unauthenticated guest access to quietly enumerate and exfiltrate exposed data from both platforms. The post Stealthy ‘City-Forum’ Attacks Target Salesforce and ServiceNow With Custom Toolset appeared first on SecurityWeek.

A new campaign, dubbed "City-Forum" by researchers, has been observed targeting Salesforce and ServiceNow platforms. The attacks reportedly leverage unauthenticated guest access to discreetly enumerate and exfiltrate exposed data. This novel campaign utilizes a custom toolset, indicating a tailored approach to compromise these enterprise cloud services.
The technical mechanism behind the "City-Forum" attacks centers on exploiting unauthenticated guest access configurations. Both Salesforce and ServiceNow, like many enterprise platforms, offer guest user capabilities that allow unauthenticated users to access specific data or functionalities without logging in. When misconfigured, these guest access settings can inadvertently expose sensitive information or allow broader data enumeration than intended. The attackers appear to be specifically targeting these misconfigurations to gain initial access and then proceed with data exfiltration.
The affected products are Salesforce and ServiceNow, two widely adopted platforms for customer relationship management (CRM) and IT service management (ITSM), respectively. These platforms are critical to the operations of numerous organizations, handling vast amounts of sensitive business and customer data. The reliance on unauthenticated guest access in certain configurations highlights a potential blind spot for organizations in securing their cloud environments.
The likely scope of these attacks could be broad, given the widespread adoption of Salesforce and ServiceNow across various industries. Organizations that have implemented guest access features on their instances without rigorous security audits or proper configuration management are potentially vulnerable. The "stealthy" nature of the attacks, as reported, suggests that detection might be challenging for affected organizations, potentially leading to prolonged data exposure before discovery.
Typical mitigation guidance for this class of issue involves a multi-pronged approach. Organizations should conduct thorough audits of all guest user profiles and permissions on their Salesforce and ServiceNow instances, ensuring that guest access is strictly limited to necessary data and functionalities. Implementing the principle of least privilege is crucial, meaning guest users should only have the minimum permissions required to perform their intended tasks. Regular security reviews, configuration hardening, and monitoring for unusual access patterns or data exfiltration attempts are also recommended.
The emergence of the "City-Forum" campaign underscores the ongoing challenge of securing complex enterprise cloud environments. As organizations increasingly migrate critical operations to platforms like Salesforce and ServiceNow, the attack surface expands, and novel methods targeting platform-specific features, such as guest access, are likely to continue to evolve. This incident highlights the necessity for continuous vigilance, robust configuration management, and a deep understanding of platform-specific security nuances to defend against sophisticated and stealthy threats.

JetBrains is urging Cadence users to revoke and rotate all credentials following a security incident last month in which unidentified threat actors exploited a recently disclosed critical vulnerability in TeamCity to breach its own environment. "Cadence users should immediately revoke or rotate all credentials and secrets that may have been used to run their Cadence executions," JetBrains said.
A weakness has been identified in Tenda CP3 27.5.57.101. This issue affects some unknown processing of the file Net/NetCheckPing.cpp. This manipulation of the argument interface_name/host causes os command injection. The attack can be initiated remotely.
A security flaw has been discovered in Tenda CP3 27.5.57.101. This vulnerability affects the function SystemAsh of the file Apis/system.c of the component Kylin. The manipulation of the argument AlarmVoiceURL results in os command injection. It is possible to launch the attack remotely.

OpenAI has announced a $1 billion commitment to provide subsidized access to its Daybreak AI cybersecurity tools for under-resourced critical infrastructure defenders. The initiative, named Daybreak for Frontline Defenders, will offer AI models, training, and technical support over the next six months, prioritizing water and wastewater utilities, electric grid operators, and local government entities. This move aims to equip organizations with limited budgets and staff against increasingly sophisticated cyber threats.

Attackers are exploiting a new unpatched vulnerability in Magento Open Source and Adobe Commerce that lets them run malicious code on an online store's server without logging in, Dutch e-commerce security company Sansec said in an advisory published on September 5. Sansec, which discovered the flaw and named it StyleSmuggler, said attacks started on September 4. "Sansec is publishing early
In BPF instructions that load/store a value from/to a scratch memory register the register index is an unsigned 32-bit integer and must not exceed 15, but libpcap BPF interpreter does not validate the value. In particular uncommon use cases a crafted filter program can cause the interpreter to try reading and writing the OS process memory in the 16GiB starting at the current stack frame on 64-bit architectures and in the entire address space on 32-bit architectures.