Live Active security incident? Get immediate response
CVE Record

CVE-2026-9508: Incorrect Permission Assignment for Critical Resource vulnerability in Suprema's BioStar

Incorrect permission settings on a critical resource in Suprema BioStar 2 (versions 2.9.3 through 2.9.11) that allow backup files to be publicly exposed when the administrator configures their path within the NGINX webroot. This vulnerability allows an attacker with network access to directly download backup ZIP files via ‘http(s)://[server]/download/…’ without requiring authentication. This exposes highly sensitive information that can lead to server impersonation, unauthorized access to databases, and lateral movement.

CriticalCVSS 10Not KEV-listed Updated
Glexia's Take critical

Analyst readout for executives and security teams

Plain-English summary

BioStar 2 can expose backup ZIP files if an administrator places backup storage under the NGINX webroot. An unauthenticated network user could download those files and gain sensitive material useful for impersonation, database access, or wider compromise.

Executive priority

Treat this as urgent for any BioStar 2 environment managing physical access or identity data. Backup disclosure can expose secrets and enable follow-on compromise beyond the application server.

Technical view

CVE-2026-9508 is CWE-732 in Suprema BioStar 2 server, described for versions 2.9.3 through 2.9.11. Publicly reachable backup files under /download/ can be accessed without authentication when backup paths are configured inside the NGINX webroot.

Likely exposure

Exposure depends on BioStar 2 deployment, version, network reachability, and whether backup ZIP files are stored under the NGINX-served download path. Internet-facing or broadly reachable servers are highest concern.

Exploitation context

The source bundle does not show CISA KEV listing or confirmed active exploitation. The weakness is low-complexity, network-accessible, unauthenticated file exposure when the vulnerable configuration exists.

Researcher notes

The issue is configuration-dependent: vulnerable versions alone are not enough without backups under the webroot. The bundled affected metadata is abbreviated, so rely on CVE and INCIBE/Suprema records for exact version boundaries and patch status.

Mitigation direction

  • Check INCIBE and Suprema guidance for the applicable patched BioStar 2 version.
  • Move backup storage outside any NGINX-served webroot or public download directory.
  • Restrict network access to BioStar 2 management interfaces and download paths.
  • Remove exposed backup ZIP files from publicly reachable locations.
  • Rotate credentials, keys, or secrets contained in any exposed backup.

Validation and detection

  • Inventory BioStar 2 server versions and identify systems in the 2.9.3 through 2.9.11 range.
  • Review backup path configuration for locations under the NGINX webroot.
  • Confirm backup ZIP files are not publicly reachable without authentication.
  • Review web access logs for unexpected backup ZIP downloads.
  • Assess exposed backups for credentials, certificates, database data, or impersonation material.
Prepared
Confidence
medium
Sources
3

Based on public source material and reviewed before publication.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-732: Authorization and privilege behavior lookup

Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2026-9508 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profile CVE Program record
Severity
Critical
CVSS
10 (4.0)
Known Exploited
No
Published

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:L/SC:H/SI:H/SA:L

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1 CVSS vectors
3 Timeline events
0 ADP providers
2 Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

Score Version Severity Vector Exploit Impact Source
10 CVSS 4.0 Critical CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:L/SC:H/SI:H/SA:L INCIBE

Vulnerability scoring details

Base CVSS 4.0 score

10 Critical
CVSS 4.0 vector shape for CVE-2026-9508 Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:L/SC:H/SI:H/SA:L

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reserved CVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE published CVE Program

    The CVE record was published.

  3. CVE updated CVE Program

    The CVE record metadata indicates this as the latest update time.

Affected products

Products and packages named in the record

Vendor Product Version / package Status
Suprema BioStar 2 (server) v2.9.3, v2.9.12 unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-732 · source CWE mapping

Incorrect Permission Assignment for Critical Resource

Incorrect Permission Assignment for Critical Resource represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.