PatchSiren cyber security CVE debrief
CVE-2026-46513 mwtcmi CVE debrief
Frogman, a headless PBX control system, stored API tokens generated by Tools/CreateApiToken.php as raw bin2hex(random_bytes(32)) strings in oc_api_tokens. The Frogman.class.php file authenticated the X-Frogman-Token header by comparing it with the stored raw value. This insecure practice allowed database read access to recover reusable active tokens at their assigned permission level, including admin. The vulnerability has been fixed in version 1.6.2. Affected product deployments should be identified, and owners should be assigned for follow-up.
- Vendor
- mwtcmi
- Product
- frogman
- CVSS
- HIGH 7.4
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-07-16
- Original CVE updated
- 2026-07-17
- Advisory published
- 2026-07-16
- Advisory updated
- 2026-07-17
Who should care
Users of Frogman versions prior to 1.6.2 should be aware of this vulnerability and take immediate action to update to the latest version. This includes administrators, security teams, and operators who manage or use the affected product. They should review the official advisory and plan for vendor-supported updates or mitigations through normal change control.
Technical summary
The Frogman system stored API tokens insecurely, allowing for potential database read access to recover active tokens. The vulnerability was caused by the insecure storage of API tokens generated by Tools/CreateApiToken.php in oc_api_tokens. The Frogman.class.php file compared the X-Frogman-Token header with the stored raw value, enabling the recovery of reusable active tokens. The issue has been addressed in version 1.6.2, which should be applied to affected systems.
Defensive priority
High
Recommended defensive actions
- Update Frogman to version 1.6.2 or later
- Rotate and revoke existing API tokens
- Restrict database access to oc_api_tokens
- Monitor for suspicious activity related to API token usage
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
Evidence notes
The CVE record was published on 2026-07-16T19:16:46.640Z and has not been modified since then. The NVD entry is currently 7.4 HIGH. There is no additional information available about the vulnerability beyond what is provided in the CVE record and NVD entry. Users should verify the affected product deployments and review the official advisory for further details.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-46513 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-46513
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-46513 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-46513
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/mwtcmi/frogman/commit/b10f314add08c8e7585ba4b27d071b07d026ab55
-
Source reference
Unverified legacy reference
URL: https://github.com/mwtcmi/frogman/releases/tag/v1.6.1
-
Source reference
Unverified legacy reference
URL: https://github.com/mwtcmi/frogman/releases/tag/v1.6.2
-
Source reference
Unverified legacy reference
URL: https://github.com/mwtcmi/frogman/security/advisories/GHSA-9xf5-9ghq-p6cw
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.