Skip to content

Apiman vulnerable to permissions bypass due to missing check on API key URL

Moderate severity GitHub Reviewed Published Mar 27, 2023 in apiman/apiman • Updated Apr 3, 2023

Package

maven io.apiman:apiman-manager-api-rest-impl (Maven)

Affected versions

< 3.0.0.Final

Patched versions

3.1.0.Final

Description

Impact

Due to a missing permissions check, an attacker with an authenticated Apiman Manager account may be able to gain access to API keys they do not have permission for if they correctly guess the URL. The URL includes Organisation ID, Client ID, and Client Version of the targeted non-permitted resource, and each of these can have arbitrary values.

While not trivial to exploit, it could be achieved by brute-forcing or guessing common names.

Access to the non-permitted API Keys could allow use of other users' resources without their permission (depending on the specifics of configuration, such as whether an API key is the only form of security).

Patches

Apiman 3.1.0.Final and later resolves this issue.

Workarounds

Only provide Apiman Manager accounts to known users, do not allow anonymous/unknown users to create an Apiman Manager account.

Note that this does not affect the Apiman Gateway.

References

References

@msavy msavy published to apiman/apiman Mar 27, 2023
Published by the National Vulnerability Database Mar 27, 2023
Published to the GitHub Advisory Database Mar 27, 2023
Reviewed Mar 27, 2023
Last updated Apr 3, 2023

Severity

Moderate
6.4
/ 10

CVSS base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
Low
User interaction
None
Scope
Changed
Confidentiality
Low
Integrity
Low
Availability
None
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N

CVE ID

CVE-2023-28640

GHSA ID

GHSA-m6f8-hjrv-mw5f

Source code

Credits

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