PatchSiren cyber security CVE debrief
CVE-2026-9508 Suprema CVE debrief
## Summary CVE-2026-9508 is a **critical** vulnerability (CVSS 4.0: 10.0) in Suprema BioStar 2 (versions 2.9.3–2.9.11) caused by incorrect permission settings on backup files. When an administrator configures the backup path within the NGINX webroot, backup ZIP files become publicly accessible via unauthenticated HTTP(S) requests to `/download/…`. This exposes highly sensitive data enabling server impersonation, unauthorized database access, and lateral movement. ## Technical Details - **Root Cause:** CWE-732 (Incorrect Permission Assignment for Critical Resource) — backup files inherit web-server readability when placed under the NGINX document root. - **Attack Vector:** Network-based, unauthenticated GET requests to predictable `/download/` paths. - **Affected Versions:** BioStar 2 v2.9.3 through v2.9.11. - **Impact:** Confidentiality and integrity compromise of backup contents (credentials, configuration, biometric data); potential for complete system takeover via recovered secrets. ## Timeline - **Published:** 2026-05-29 13:16 UTC - **Modified:** 2026-05-29 15:39 UTC ## Recommended Actions 1. **Immediate:** Verify backup directory location; ensure it resides **outside** the NGINX webroot. 2. **Access Control:** Restrict filesystem permissions on backup directories to the service account only (remove world/other read). 3. **Network Segmentation:** Limit management interface exposure; enforce IP allowlisting where possible. 4. **Monitoring:** Alert on unexpected `GET /download/*.zip` requests. 5. **Patching:** Apply vendor-supplied updates when available; subscribe to Suprema security advisories. ## References - CVE Record: [CVE-2026-9508](resourceLink:cve-org) - NVD Entry: [CVE-2026-9508](resourceLink:nvd) - Vendor Advisory (INCIBE-CERT): [Multiple Vulnerabilities in Suprema's BioStar](resourceLink:ref-4)
- Vendor
- Suprema
- Product
- BioStar 2 (server)
- CVSS
- CRITICAL 10
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-05-29
- Original CVE updated
- 2026-05-29
- Advisory published
- 2026-05-29
- Advisory updated
- 2026-05-29
Who should care
Organizations deploying Suprema BioStar 2 for physical access control; security teams managing biometric infrastructure; compliance officers responsible for biometric data protection.
Technical summary
Incorrect permission settings allow backup files in BioStar 2 v2.9.3–2.9.11 to be served via NGINX when placed in webroot, enabling unauthenticated download via /download/ paths.
Defensive priority
critical
Recommended defensive actions
- Verify backup directory is outside NGINX webroot
- Restrict filesystem permissions on backup directories to service account only
- Implement network segmentation and IP allowlisting for management interfaces
- Monitor for unexpected GET requests to /download/*.zip paths
- Apply vendor security updates when available
Evidence notes
Vendor identification marked low-confidence ('Unknown Vendor') with candidate evidence pointing to INCIBE-CERT advisory.
Official resources
-
CVE-2026-9508 CVE record
CVE.org
-
CVE-2026-9508 NVD detail
NVD
-
Source item URL
nvd_modified
- Source reference
public