Skip to content

Use of Hard-coded Cryptographic Key in Netmaker

High severity GitHub Reviewed Published Feb 18, 2022 in gravitl/netmaker • Updated Feb 3, 2023

Package

gomod github.com/gravitl/netmaker (Go)

Affected versions

< 0.8.5
>= 0.9.0, < 0.9.4

Patched versions

0.8.5
0.9.4

Description

Impact

There is a hard-coded cryptographic key in the code base which can be exploited to run admin commands on a remote server, if you know the address and username of the admin. This effects the server (netmaker) component, and not clients.

Patches

This has been patched in Netmaker v0.8.5, v0.9.4, and v0.10.0. If you are running these versions, the fix is to perform the following:

  1. docker-compose down
  2. docker pull gravitl/netmaker:( version )
  3. docker-compose up -d

Additional Information

If you are running any other version, you will need to upgrade to one of these three versions. If you have a special circumstance that requires running a different version, let us know and we may be able to build a custom patch.

For more information

If you have any questions or comments about this advisory:

References

@afeiszli afeiszli published to gravitl/netmaker Feb 18, 2022
Published by the National Vulnerability Database Feb 18, 2022
Published to the GitHub Advisory Database Feb 22, 2022
Reviewed Feb 22, 2022
Last updated Feb 3, 2023

Severity

High

CVSS overall score

This score calculates overall vulnerability severity from 0 to 10 and is based on the Common Vulnerability Scoring System (CVSS).
/ 10

CVSS v3 base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
High
User interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

CVSS v3 base metrics

Attack vector: More severe the more the remote (logically and physically) an attacker can be in order to exploit the vulnerability.
Attack complexity: More severe for the least complex attacks.
Privileges required: More severe if no privileges are required.
User interaction: More severe when no user interaction is required.
Scope: More severe when a scope change occurs, e.g. one vulnerable component impacts resources in components beyond its security scope.
Confidentiality: More severe when loss of data confidentiality is highest, measuring the level of data access available to an unauthorized user.
Integrity: More severe when loss of data integrity is the highest, measuring the consequence of data modification possible by an unauthorized user.
Availability: More severe when the loss of impacted component availability is highest.
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H

EPSS score

0.118%
(47th percentile)

CVE ID

CVE-2022-23650

GHSA ID

GHSA-86f3-hf24-76q4

Source code

Credits

Loading Checking history
See something to contribute? Suggest improvements for this vulnerability.