CVE-2026-19376
Received Received - Intake

Permission Issue in Uasoft Badaso File API

Vulnerability report for CVE-2026-19376, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-10

Last updated on: 2026-08-10

Assigner: VulDB

Description

A vulnerability has been found in Uasoft Badaso 3.0.0-alpha. This vulnerability affects the function ApiRequest::class of the file src/Routes/api.php of the component File API. The manipulation leads to permission issues. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used. The project was informed of the problem early through an issue report but has not responded yet.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-10
Last Modified
2026-08-10
Generated
2026-08-10
AI Q&A
2026-08-10
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
uasoft badaso 3.0.0-alpha

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-275 Permission Issues
CWE-266 A product incorrectly assigns a privilege to a particular actor, creating an unintended sphere of control for that actor.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in Uasoft Badaso 3.0.0-alpha allows unauthenticated attackers to remotely access file-related API endpoints without proper authentication or authorization checks. The issue affects three endpoints in the file API: DELETE /badaso-api/v1/file/delete, GET /badaso-api/v1/file/view, and GET /badaso-api/v1/file/download. These endpoints are registered under ApiRequest::class but lack the BadasoAuthenticate.php middleware, enabling attackers to delete, view, or download files from the application's storage disk by sending unauthenticated HTTP requests with file path parameters.

Detection Guidance

Check for unauthorized access to file-related API endpoints in Uasoft Badaso 3.0.0-alpha. Monitor logs for requests to DELETE /badaso-api/v1/file/delete, GET /badaso-api/v1/file/view, or GET /badaso-api/v1/file/download without authentication. Use tools like curl to test these endpoints manually with file path parameters.

Impact Analysis

This vulnerability can lead to unauthorized file deletion, exposure of sensitive data, data destruction, loss of data integrity, or application disruption. Attackers can delete critical files, access confidential information, or disrupt services by manipulating file paths through unauthenticated requests to the vulnerable API endpoints.

Compliance Impact

This vulnerability can severely impact compliance with GDPR and HIPAA by enabling unauthorized access to sensitive data. GDPR requires protecting personal data, and HIPAA mandates safeguarding protected health information. Unauthorized file access or deletion could result in data breaches, leading to legal penalties, reputational damage, and loss of trust.

Mitigation Strategies

Apply authentication middleware to file-related routes in Badaso. Restrict access to file operations by enforcing permissions and validating file ownership. Ensure file paths are limited to authorized directories. Block unauthenticated requests to the vulnerable endpoints immediately.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-19376. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart