CVE-2025-32781

Source
https://cve.org/CVERecord?id=CVE-2025-32781
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2025-32781.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2025-32781
Aliases
Published
2026-07-15T16:31:56Z
Modified
2026-08-12T15:13:26Z
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: Apollo Portal release endpoint allows cross-application configuration disclosure via releaseId
Details

Apollo is a reliable configuration management system suitable for microservice configuration management scenarios. Prior to 2.5.0, Apollo Portal does not verify application and namespace permissions when an authenticated user requests a release by ID through GET /envs/{env}/releases/{releaseId} while configView.memberOnly.envs is enabled, allowing a low-privileged Portal user who obtains or guesses a valid releaseId to read configuration data from other applications and namespaces without calling UserPermissionValidator.shouldHideConfigToCurrentUser(...). This issue is fixed in version 2.5.0.

Database specific
{
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
        "CWE-639",
        "CWE-862"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2025/32xxx/CVE-2025-32781.json"
}
References

Affected packages

Git / github.com/apolloconfig/apollo

Affected ranges

Type
GIT
Repo
https://github.com/apolloconfig/apollo
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Fixed
Database specific
Show details
{
    "extracted_events": [
        {
            "introduced": "0"
        },
        {
            "fixed": "2.5.0"
        }
    ],
    "source": [
        "AFFECTED_FIELD",
        "REFERENCES"
    ]
}

Affected versions

0.*
0.6.2
v0.*
v0.10.0
v0.10.1
v0.10.2
v0.11.0
v0.5.0
v0.6.0
v0.6.3
v0.7.0
v0.8.0
v0.9.0
v0.9.1
v1.*
v1.0.0
v1.1.0
v1.1.1
v1.2.0
v1.3.0
v1.4.0
v1.5.0
v1.6.0
v1.7.0
v1.8.0
v1.9.0
v2.*
v2.0.0
v2.0.0-RC1
v2.0.1
v2.1.0
v2.2.0
v2.3.0
v2.4.0

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2025-32781.json"
vanir_signatures
[
    {
        "deprecated": false,
        "digest": {
            "function_hash": "105029006779185128142828489553579499728",
            "length": 238
        },
        "id": "CVE-2025-32781-3d086de6",
        "signature_type": "Function",
        "signature_version": "v1",
        "source": "https://github.com/apolloconfig/apollo/commit/362735ded4f13b62f6ab9df135d7096066e8e291",
        "target": {
            "file": "apollo-portal/src/main/java/com/ctrip/framework/apollo/portal/controller/ReleaseController.java",
            "function": "get"
        }
    },
    {
        "deprecated": false,
        "digest": {
            "line_hashes": [
                "315918117675258853153439677202228128606",
                "157180101869268002277478760620203091771",
                "266561679598548350648002708057447603500",
                "147479467835179722827694874609810916464"
            ],
            "threshold": 0.9
        },
        "id": "CVE-2025-32781-835a03f3",
        "signature_type": "Line",
        "signature_version": "v1",
        "source": "https://github.com/apolloconfig/apollo/commit/362735ded4f13b62f6ab9df135d7096066e8e291",
        "target": {
            "file": "apollo-portal/src/main/java/com/ctrip/framework/apollo/portal/controller/ReleaseController.java"
        }
    }
]
vanir_signatures_modified
"2026-08-12T15:13:26Z"