CVE-2026-59253:
NixOS 취약성 분석 및 완화
개요
CVE-2026-59253 is an improper authorization vulnerability in n8n, the open-source workflow automation platform, that allows authenticated users to assign workflows to folders belonging to other projects they are not authorized to access. It affects all n8n versions before 2.28.0 running on Node.js. The vulnerability was published on July 8, 2026, with the underlying security advisory (GHSA-2xgm-wc4g-5jvg) originally published by n8n on June 24, 2026. It carries a CVSS v3.1 score of 5.0 (Medium) and a CVSS v4.0 score of 5.3 (Medium) (GitHub Advisory, Github Advisory).
기술적 세부 사항
The root cause is classified as CWE-639 (Authorization Bypass Through User-Controlled Key): the workflow creation endpoint does not validate whether the folder ID supplied in the request payload belongs to a project the authenticated user is authorized to access. An attacker with a valid account and workflow creation permissions in their own project can craft a request payload that references a folder ID from a different project, causing the newly created workflow to be associated with that foreign folder at the database level. This issue only affects n8n instances with multi-project and folder support enabled. No public proof-of-concept code has been identified (GitHub Advisory, Github Advisory).
영향
Successful exploitation results in a logical integrity violation of the target project's folder structure at the database level. The created workflow remains in the attacker's own project and is not visible to the target project's members; no data from the target project is exposed and no confidentiality or availability impact occurs. The impact is limited to unauthorized modification of folder-workflow associations in other projects, which can disrupt organizational structure and workflow management for affected teams (GitHub Advisory).
착취 단계
- Obtain authenticated access: Log in to a vulnerable n8n instance (version < 2.28.0) with any account that has workflow creation permissions in at least one project.
- Enumerate target folder IDs: Use the n8n API or UI to identify or enumerate folder IDs belonging to other projects (e.g., by observing folder ID patterns or making API calls to list folders).
- Craft a malicious workflow creation request: Intercept or manually construct a POST request to the workflow creation API endpoint, injecting a
folderIdvalue that references a folder in a target project the attacker does not have access to. - Submit the crafted request: Send the request to the n8n API. The server fails to validate project ownership of the supplied folder ID and associates the new workflow with the target project's folder at the database level.
- Observe the integrity violation: The workflow is created in the attacker's project but is now linked to the target project's folder in the database, causing logical corruption of the target project's folder structure (GitHub Advisory).
타협의 징후
- Logs: n8n API access logs showing authenticated POST requests to workflow creation endpoints with folder IDs that do not belong to the requesting user's project; repeated requests from a single user account targeting multiple different folder IDs.
- Database: Workflow records in the database where the associated
folderIdreferences a folder belonging to a different project than the workflow's owning project; unexpected folder-workflow associations in the n8n database tables. - Application Behavior: Project administrators observing unexpected or unexplained workflow entries linked to their project folders without having created them; discrepancies between the UI-visible workflow list and database-level folder associations.
완화 및 해결 방법
Upgrade n8n to version 2.28.0 or later, which contains the fix for this vulnerability (GitHub Advisory). If immediate upgrade is not possible, administrators should restrict project membership and workflow creation permissions to fully trusted users only — note this is a partial mitigation and does not fully remediate the risk. After patching, administrators should audit existing workflow-folder assignments across all projects to identify and remediate any unauthorized associations that may have occurred prior to the fix.
추가 자료
근원: 이 보고서는 AI를 사용하여 생성되었습니다.
관련 NixOS 취약점:
무료 취약성 평가
클라우드 보안 태세를 벤치마킹합니다
9개의 보안 도메인에서 클라우드 보안 관행을 평가하여 위험 수준을 벤치마킹하고 방어의 허점을 식별합니다.
추가 Wiz 리소스
맞춤형 데모 받기
맞춤형 데모 신청하기
"내가 본 최고의 사용자 경험은 클라우드 워크로드에 대한 완전한 가시성을 제공합니다."
"Wiz는 클라우드 환경에서 무슨 일이 일어나고 있는지 볼 수 있는 단일 창을 제공합니다."
"우리는 Wiz가 무언가를 중요한 것으로 식별하면 실제로 중요하다는 것을 알고 있습니다."