Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-49254
Published:July 02, 2026
Updated:August 27, 2026
The Dragonfly Manager exposes "GET /api/v1/oauth" and "GET /api/v1/oauth/:id" to unauthenticated clients. The response body deserializes the entire "manager/models.Oauth" struct, which includes the "client_secret" field. Any network-reachable attacker can read the OAuth client secrets configured for "github" or "google" providers, defeating the confidentiality guarantee of those secrets and enabling subsequent abuse against the connected identity providers.
Affected Packages
https://github.com/dragonflyoss/dragonfly.git (GITHUB):
Affected version(s) >=v0.1.0 <v2.4.4
Fix Suggestion:
Update to version v2.4.4
Do you need more information?
Contact Us
CVSS v4
Base Score:
2.9
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
PRESENT
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
LOW
Vulnerable System Integrity
NONE
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
Exploit Maturity
POC
CVSS v3
Base Score:
5.3
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
LOW
Integrity
NONE
Availability
NONE
Weakness Type (CWE)
Exposure of Sensitive Information to an Unauthorized Actor
Missing Authentication for Critical Function