惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

罗磊的独立博客
美团技术团队
Apple Machine Learning Research
Apple Machine Learning Research
Hugging Face - Blog
Hugging Face - Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
月光博客
月光博客
WordPress大学
WordPress大学
The Cloudflare Blog
阮一峰的网络日志
阮一峰的网络日志
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园_首页
博客园 - Franky
博客园 - 司徒正美
酷 壳 – CoolShell
酷 壳 – CoolShell
爱范儿
爱范儿
Jina AI
Jina AI
Last Week in AI
Last Week in AI
雷峰网
雷峰网
IT之家
IT之家
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 聂微东
小众软件
小众软件
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
V
V2EX

The Register - Off-Prem: SaaS

Snowflake to burn $6B on AWS Graviton CPUs and AI accelerators Google Cloud suspended major customer Railway.com without cause, causing outage Anthropic comes for the midmarket software spend ServiceNow under siege as Atlassian adds to ITSM take-outs Survey: US workers are not keen on Microsoft's AI Service change takes down Microsoft Outlook for iOS Workday, Rippling, Slack lflunk data access test: Fivetran UK tribunal sends £2B claim accusing Microsoft of overcharging for licensing to trial The spaghettified DBMS chart that shows Oracle's crown is slowly slipping Atlassian’s new data collection policy protects rich customers while AI eats the rest Atlassian to train AI on user data unless law or cash say no McGraw Hill linked to 13.5M-record data leak UK told its Big Tech habit is now a national security risk How ServiceNow gets customers to gorge at the AI trough Salesforce is taking on ServiceNow in ITSM. The winner is AI Salesforce is taking on ServiceNow in ITSM. The winner is AI Snowflake manager on 'Spider-Man' theory of AI agents Minnesota payroll problems grew after Workday, say auditors Salesforce looks to Slackbot to help solve SaaSpocalypse ServiceNow salesman sues employer in commission dispute ServiceNow salesman sues employer in commission dispute Big Tech has not enforced Australia’s social media ban 'Emphathetic 'Salesforce bots to help fired via Labor Dept Datadog bets DIY AI will mean it dodges the SaaSpocalypse Snowflake's ongoing pitch: bring AI to data, not vice versa CMA dithers as Microsoft's cloud meter runs on your dime Salesforce acquihires team behind Clockwise for Agentforce CMA cracks knuckles, eyes Adobe's cancellation fees SAP's grand cloud escape plan €2B short of the runway Microsoft 365 pauses Copilot creep after admins cry foul
Mandiant plugs Salesforce leaks with open source tool
Connor Jones Connor Jones · 2026-01-13 · via The Register - Off-Prem: SaaS

SaaS

Mandiant open sources tool to prevent leaky Salesforce misconfigs

AuraInspector automates the most common abuses and generates fixes for customers

Mandiant has released an open source tool to help Salesforce admins detect misconfigurations that could expose sensitive data.

Launched on Monday, AuraInspector targets access control issues in Salesforce Aura, the UI framework for Experience Cloud sites. While Aura components aren't inherently insecure, their complexity often leads to dangerous misconfigurations.

An example? If unauthenticated users gain access to all records in a Salesforce Account object, attackers can exploit the getItems method to steal data.

"This is a common misconfiguration encountered during real-world engagements," Mandiant said in its announcement.

Though typically limited to 2,000-records per request, attackers can bypass this by changing sort orders. It's an inconsistent method, and one that may yield duplicate records for attackers.

Another way to bypass this limit is to abuse the functionality of the GraphQL API, which is made available by default to all guest accounts.

Salesforce maintains the API isn't a vulnerability if object access is properly configured, but misconfigurations can expose broad swaths of sensitive information.

Mandiant said AuraInspector can also help prevent attackers from gaining access to Record Lists and admin panels via Home URLs, while also supporting other use cases.

The tool, available now for free, automates potential abuse techniques and recommended remediation strategies to help defenders identify damaging misconfigurations.

Mandiant says all of AuraInspector's operations are read-only and the tool will not make any modifications to Salesforce instances on its own.

Despite many customers switching to Lightning Web Components for new sites, Aura is still widely used for legacy functionality, and security companies continue to issue alerts about the dangers of Aura misconfigurations.

Varonis, for example, warned in July it is trivial to locate Salesforce Experience Cloud sites, and its own researchers were able to retrieve "troves of exposed sensitive records" by abusing Aura methods.

Infosec blogger Brian Krebs also drew attention to widespread issues with Salesforce Community sites in 2023 after discovering that banks and healthcare providers were leaking sensitive data through similar means. ®