Industrial technology · HackerOne · Coordinated disclosure
ABB — Authentication bypass via Next.js Server Actions (CVE-2025-55184)
Improperly validated Next.js Server Actions on ABB's platform allowed authentication to be bypassed on protected surfaces. Reported, fixed, and assigned CVE-2025-55184.
Attack chain
- 1Mapped exposed Server Action endpoints on the Next.js app
- 2Identified missing session/authorization checks inside action handlers
- 3Invoked privileged actions without a valid authenticated session
Business impact
- Authentication controls bypassed on protected functionality
- Assigned a public CVE (CVE-2025-55184)
- Class of bug — affects other Next.js apps with the same pattern
Remediation
- Enforced session + authorization checks inside every Server Action
- Centralized action-level auth wrapper across the codebase
- Added negative tests for unauthenticated action invocation
CVE
2025-55184
Severity
High
Status
Resolved