Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

2368+ Articles
158+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. News
  3. "City-Forum" Data-Theft Attacks Target Salesforce and ServiceNow Portals
"City-Forum" Data-Theft Attacks Target Salesforce and ServiceNow Portals
NEWS

"City-Forum" Data-Theft Attacks Target Salesforce and ServiceNow Portals

A 17-month stealth campaign uses custom Go tooling to scrape enterprise data from misconfigured Salesforce and ServiceNow guest-user portals.

Dylan H.

News Desk

August 12, 2026
4 min read

Overview

Security researchers at Reco.ai have exposed a long-running, systematic data theft campaign — dubbed "City-Forum" — that has been silently extracting enterprise data from Salesforce Experience Cloud portals and ServiceNow Service Portals worldwide for at least 17 months, operating entirely as an anonymous guest user. No software vulnerability was exploited; the attacker relies entirely on misconfigured guest-user permissions to harvest data that organizations have inadvertently exposed to unauthenticated visitors.

The campaign has targeted banks, telecom operators, financial services firms, enterprise software vendors, security companies, and public-sector portals globally.

The Threat Actor

The campaign is named "City-Forum" after the attacker's domain, city-forum.com — a domain originally registered in 2002 and now pointing to a rented Contabo VPS server in Germany (158.220.87[.]79). All attack traffic originates from this single IP address. Reco does not attribute the campaign to a known threat group, though they note overlap with techniques previously associated with ShinyHunters in attacking Salesforce Aura endpoints.

Custom Toolset

What makes City-Forum notable is its purpose-built Go-based attack toolset — a single compiled binary that fingerprints and attacks all three platforms from the same host, masquerading as a legitimate browser via the Go-http-client/1.1 user agent.

Salesforce Aura Attacks

The attacker's Salesforce module replays the high-volume Aura framework enumeration technique — the same vector used by ShinyHunters in prior campaigns — blasting API endpoints to extract records exposed to guest users.

Salesforce LWR (First Observed)

More significant is the first-ever documented in-the-wild abuse of Salesforce's Lightning Web Runtime (LWR) UI-API. City-Forum's tooling sweeps Salesforce API versions v56.0 through v66.0 using GraphQL queries against the LWR interface, a surface with no prior publicly documented exploitation. No existing tooling existed for this vector before Reco's discovery.

ServiceNow Portal Search

Against ServiceNow targets, City-Forum floods the undocumented internal POST /api/now/sp/search endpoint — the portal's backend search handler — to enumerate all Knowledge Base articles and service catalog items accessible without authentication. Critically, one of the two default data sources for this endpoint carries no authentication check at all, making it trivially accessible.

Detection Evasion

One particularly effective evasion technique: both authenticated and unauthenticated requests to these platforms return HTTP 201 Created responses. Any detection system relying on anomalous HTTP status codes will see nothing unusual.

What Data Is Being Stolen

The campaign targets data that organizations have misconfigured as accessible to unauthenticated users, including:

  • Customer records and case data exposed via Experience Cloud portals
  • Internal knowledge base articles containing sensitive operational details
  • Service catalog entries, employee directory fragments, and support ticket data

The risk depends entirely on each organization's guest-user sharing rule configuration — poorly secured portals may expose employee PII, financial records, internal process documentation, or regulated data.

No Patch, Only Configuration

Because no software vulnerability is being exploited, there is no vendor patch to apply. This is a configuration problem requiring organizational remediation:

For Salesforce:

  • Audit all guest-user sharing rules and remove unnecessary data exposure
  • Disable guest-user access to the LWR UI-API unless explicitly required
  • Review Salesforce's own guidance on securing Experience Cloud guest user access
  • Monitor Aura and UI-API endpoints for anomalous enumeration volumes

For ServiceNow:

  • Enable authentication on all Service Portal knowledge base data sources
  • Audit sp_search endpoint access and restrict unauthenticated data sources
  • Review portal configurations for inadvertent public data exposure

Timeline

  • March 2025: Earliest observed City-Forum activity (17 months prior to disclosure)
  • August 12, 2026: Public disclosure by Reco.ai

Indicators of Compromise

  • Source IP: 158.220.87[.]79 (Contabo VPS, Germany — may have rotated by time of reading)
  • User agent: Go-http-client/1.1
  • High-volume requests to /aura endpoints or LWR UI-API versions v56–v66
  • Bulk POST /api/now/sp/search requests from unauthenticated sessions

Recommendations

Organizations running public-facing Salesforce Experience Cloud or ServiceNow portals should immediately audit their guest-user permission models. The fundamental question: what data returns when you browse your own portal without logging in? If the answer includes anything sensitive, configuration hardening is overdue.

References

  • Reco.ai: City-Forum Campaign Analysis
  • SecurityWeek: Stealthy City-Forum Attacks
  • Salesforce: Securing Experience Cloud Guest User Access
#Cloud Security#Salesforce#ServiceNow#Data Theft#Misconfiguration

Related Articles

ShinyHunters Claims Mass Data Theft From 400 Firms via Salesforce Aura

Cybercrime group ShinyHunters claims to have exploited misconfigured Salesforce Experience Cloud instances to steal CRM data from approximately 400...

6 min read

Max Severity SAP Commerce Cloud Flaw Now Targeted in Attacks

A critical RCE vulnerability in SAP Commerce Cloud, patched just days ago, is already being actively exploited in the wild.

3 min read

Over 1,000 Charities Hit by Beacon CRM Data Breach

Over 1,000 UK charities affected after Beacon CRM suffered a data breach traced to an exposed AWS access key in public JS files.

3 min read
Back to all News