CVE Catalog

CVE-2025-34337

HighCVSS 8.7
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.26%

17th percentile - higher than 17% of all known CVEs

Summary

The vulnerability in eGovFramework/egovframe-common-components up to version 4.3.1 involves the Web Editor image upload functionality that uses symmetric encryption to protect URL parameters but exposes an encryption oracle. This allows an attacker to generate valid ciphertext for chosen values, bypassing access controls and retrieving arbitrary stored files.

Risk Assessment

The organization is at risk of unauthorized access to sensitive files stored on the server that should be protected by session or authorization context. An attacker can exploit this vulnerability to steal data without authentication.

Recommendation

Immediately apply the available patch or temporarily disable the Web Editor image upload functionality. If no patch is available, implement additional authentication and authorization mechanisms for file upload and download endpoints.

Related vulnerabilities

Original NVD description (English source)

eGovFramework/egovframe-common-components versions up to and including 4.3.1 includes Web Editor image upload and related file delivery functionality that uses symmetric encryption to protect URL parameters, but exposes an encryption oracle that allows attackers to generate valid ciphertext for chosen values. The image upload endpoints /utl/wed/insertImage.do and /utl/wed/insertImageCk.do encrypt server-side paths, filenames, and MIME types and embed them directly into a download URL that is returned to the client. Because these same encrypted parameters are trusted by other endpoints, such as /utl/web/imageSrc.do and /cmm/fms/getImage.do, an unauthenticated attacker can abuse the upload functionality to obtain encrypted representations of attacker-chosen identifiers and then replay those ciphertext values to file-serving APIs. This design failure allows an attacker to bypass access controls that rely solely on the secrecy of encrypted parameters and retrieve arbitrary stored files that are otherwise expected to require an existing session or specific authorization context. KISA/KrCERT has identified this unpatched vulnerability as "KVE-2023-5281."

Vulnerability data from NVD (NIST) · CISA KEV · EPSS