GHSA-jxpj-9j24-w337

Suggest an improvement
Source
https://github.com/advisories/GHSA-jxpj-9j24-w337
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/07/GHSA-jxpj-9j24-w337/GHSA-jxpj-9j24-w337.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-jxpj-9j24-w337
Aliases
Published
2026-07-13T16:47:09Z
Modified
2026-07-20T19:30:24Z
Severity
  • 6.5 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N CVSS Calculator
Summary
Apollo Portal: There is a risk of unauthorized access to the Apollo configuration center
Details

Summary

Apollo Portal versions before 2.5.0 do not verify application and namespace permissions when an authenticated user requests a release by ID through GET /envs/{env}/releases/{releaseId}.

When configView.memberOnly.envs is enabled for the requested environment, a low-privileged Portal user can supply a valid release ID belonging to an application or namespace they are not authorized to view. The endpoint returns the release data without calling UserPermissionValidator.shouldHideConfigToCurrentUser(...).

Impact

An authenticated attacker who obtains or guesses a valid release ID can read configuration data from other applications and namespaces. Exposed configuration may contain sensitive values such as credentials or service endpoints. The issue does not allow configuration modification and does not directly affect availability.

Affected versions

Apollo Portal versions earlier than 2.5.0 are affected when configView.memberOnly.envs is enabled.

Patches

The issue is fixed in Apollo 2.5.0. The fix adds the missing application and namespace permission check before returning release data.

Workarounds

Upgrade to Apollo 2.5.0 or later. If an immediate upgrade is not possible, backport the permission check from PR #5378 and restrict Apollo Portal access to trusted users until the fix is deployed.

Credits

Apollo Portal thanks @lesignals for reporting this issue.

Database specific
{
    "cwe_ids": [
        "CWE-639",
        "CWE-862"
    ],
    "github_reviewed": true,
    "github_reviewed_at": "2026-07-13T16:47:09Z",
    "nvd_published_at": "2026-07-15T17:16:45Z",
    "severity": "MODERATE"
}
References

Affected packages

Maven / com.ctrip.framework.apollo:apollo

Package

Name
com.ctrip.framework.apollo:apollo
View open source insights on deps.dev
Purl
pkg:maven/com.ctrip.framework.apollo/apollo

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0 Unknown introduced version / All previous versions are affected

Affected versions

1.*
1.0.0
1.1.0
1.1.1
1.1.2
1.2.0
1.3.0
1.4.0
1.5.0
1.5.1
1.6.0
1.6.2
1.7.0
1.8.0
1.9.0
1.9.1
1.9.2
2.*
2.0.0-RC1
2.0.0
2.0.1

Database specific

last_known_affected_version_range
"< 2.5.0"
source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/07/GHSA-jxpj-9j24-w337/GHSA-jxpj-9j24-w337.json"