OSV 1.4.0 · github-reviewed · 修改于 2026-05-29 04:33
发布时间
2026-05-29 04:33
GitHub 审查时间
2026-05-29 04:33
NVD 发布时间
—
源文件
advisories/github-reviewed/2026/05/GHSA-r9g5-7q8j-958c/GHSA-r9g5-7q8j-958c.json
When secureEnabled=true, FUXA 1.3.0-2773 still allows guest and invalid-token requests to read project, alarms, and scheduler APIs.
In secure mode, requests with no token or an explicitly invalid token were still able to access protected read endpoints.
Confirmed behavior:
GET /api/project returned 200 OK/api/project also returned successful responses containing project data200 OK on:
/api/alarms/api/schedulerRelevant code paths identified during analysis:
server/api/jwt-helper.js
verifyToken() converts missing-token or invalid-token states into guest context instead of rejecting the requestserver/api/projects/index.jsserver/api/alarms/index.jsserver/api/scheduler/index.jsThese handlers accepted the guest context and returned sensitive data in secure mode.
Tested only against isolated local lab instances under the original tester's control. No production, customer, shared, or third-party systems were involved.
Reproduction:
1.3.0-2773.secureEnabled=true.GET /api/projectGET /api/alarmsGET /api/scheduler?id=test200 OK responses.x-access-token value.The exact HTTP requests and local PoC script used for confirmation can be provided upon request.
This is an authentication/authorization weakness in secure mode.
Impact includes:
Operators who believe secure mode protects these APIs are impacted.
1.3.0-2773