Lookup for vulnerabilities affecting packages.

Vulnerability_idVCID-3d69-y1fs-h3e4
SummaryStudioCMS is a server-side-rendered, Astro native, headless content management system. Prior to 0.3.1, the S3 storage manager's isAuthorized() function is declared async (returns Promise<boolean>) but is called without await in both the POST and PUT handlers. Since a Promise object is always truthy in JavaScript, !isAuthorized(type) always evaluates to false, completely bypassing the authorization check. Any authenticated user with the lowest visitor role can upload, delete, rename, and list all files in the S3 bucket. This vulnerability is fixed in 0.3.1.
Aliases
0
alias CVE-2026-32101
1
alias GHSA-mm78-fgq8-6pgr
Fixed_packages
0
url pkg:npm/%40studiocms/s3-storage@0.3.1
purl pkg:npm/%40studiocms/s3-storage@0.3.1
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/%2540studiocms/s3-storage@0.3.1
Affected_packages
0
url pkg:npm/%40studiocms/s3-storage@0.0.0-beta.0
purl pkg:npm/%40studiocms/s3-storage@0.0.0-beta.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-3d69-y1fs-h3e4
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/%2540studiocms/s3-storage@0.0.0-beta.0
1
url pkg:npm/%40studiocms/s3-storage@0.1.0
purl pkg:npm/%40studiocms/s3-storage@0.1.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-3d69-y1fs-h3e4
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/%2540studiocms/s3-storage@0.1.0
2
url pkg:npm/%40studiocms/s3-storage@0.1.1
purl pkg:npm/%40studiocms/s3-storage@0.1.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-3d69-y1fs-h3e4
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/%2540studiocms/s3-storage@0.1.1
3
url pkg:npm/%40studiocms/s3-storage@0.2.0
purl pkg:npm/%40studiocms/s3-storage@0.2.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-3d69-y1fs-h3e4
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/%2540studiocms/s3-storage@0.2.0
4
url pkg:npm/%40studiocms/s3-storage@0.2.1
purl pkg:npm/%40studiocms/s3-storage@0.2.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-3d69-y1fs-h3e4
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/%2540studiocms/s3-storage@0.2.1
5
url pkg:npm/%40studiocms/s3-storage@0.3.0
purl pkg:npm/%40studiocms/s3-storage@0.3.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-3d69-y1fs-h3e4
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/%2540studiocms/s3-storage@0.3.0
References
0
reference_url https://api.first.org/data/v1/epss?cve=CVE-2026-32101
reference_id
reference_type
scores
0
value 0.00053
scoring_system epss
scoring_elements 0.17227
published_at 2026-06-14T12:55:00Z
1
value 0.00053
scoring_system epss
scoring_elements 0.17078
published_at 2026-06-11T12:55:00Z
2
value 0.00053
scoring_system epss
scoring_elements 0.17253
published_at 2026-06-13T12:55:00Z
3
value 0.00053
scoring_system epss
scoring_elements 0.17239
published_at 2026-06-12T12:55:00Z
url https://api.first.org/data/v1/epss?cve=CVE-2026-32101
1
reference_url https://github.com/withstudiocms/studiocms
reference_id
reference_type
scores
0
value 7.6
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:L
1
value HIGH
scoring_system generic_textual
scoring_elements
url https://github.com/withstudiocms/studiocms
2
reference_url https://nvd.nist.gov/vuln/detail/CVE-2026-32101
reference_id
reference_type
scores
0
value 7.6
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:L
1
value HIGH
scoring_system generic_textual
scoring_elements
url https://nvd.nist.gov/vuln/detail/CVE-2026-32101
3
reference_url https://github.com/advisories/GHSA-mm78-fgq8-6pgr
reference_id GHSA-mm78-fgq8-6pgr
reference_type
scores
0
value HIGH
scoring_system cvssv3.1_qr
scoring_elements
url https://github.com/advisories/GHSA-mm78-fgq8-6pgr
4
reference_url https://github.com/withstudiocms/studiocms/security/advisories/GHSA-mm78-fgq8-6pgr
reference_id GHSA-mm78-fgq8-6pgr
reference_type
scores
0
value 7.6
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:L
1
value HIGH
scoring_system cvssv3.1_qr
scoring_elements
2
value HIGH
scoring_system generic_textual
scoring_elements
3
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:P/A:N/T:P/P:M/B:A/M:M/D:T/2026-03-12T19:51:12Z/
url https://github.com/withstudiocms/studiocms/security/advisories/GHSA-mm78-fgq8-6pgr
Weaknesses
0
cwe_id 863
name Incorrect Authorization
description The product performs an authorization check when an actor attempts to access a resource or perform an action, but it does not correctly perform the check. This allows attackers to bypass intended access restrictions.
1
cwe_id 937
name OWASP Top Ten 2013 Category A9 - Using Components with Known Vulnerabilities
description Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2013.
2
cwe_id 1035
name OWASP Top Ten 2017 Category A9 - Using Components with Known Vulnerabilities
description Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2017.
Exploits
Severity_range_score7.0 - 8.9
Exploitability0.5
Weighted_severity8.0
Risk_score4.0
Resource_urlhttp://public2.vulnerablecode.io/vulnerabilities/VCID-3d69-y1fs-h3e4