Severity by source
CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Primary rating from Vendor (VulDB) · only source for this CVE.
CVSS VectorVendor: VulDB
Lifecycle Timeline
4DescriptionCVE.org
A flaw has been found in UCC CampusConnect App up to 14.3.5 on Android. This vulnerability affects unknown code of the file campusconnect/BuildConfig.java of the component campusconnect.ucc. This manipulation causes use of hard-coded cryptographic key . The attack can only be executed locally. The exploit has been published and may be used.
AnalysisAI
UCC CampusConnect App for Android versions up to 14.3.5 expose hard-coded cryptographic keys in the BuildConfig.java file, allowing local attackers with limited privileges to access sensitive cryptographic material and potentially decrypt or forge authentication tokens. The vulnerability has a low CVSS score of 1.9 due to local-only attack vector and limited confidentiality impact, but publicly available exploit code exists, making it actionable for any user with app access on a shared device.
Technical ContextAI
The vulnerability stems from CWE-321 (Use of Hard-Coded Cryptographic Key), a common Android security anti-pattern where sensitive cryptographic keys are embedded directly in application source code or compiled bytecode. In CampusConnect App, the BuildConfig.java component contains hard-coded keys that can be extracted through straightforward reverse engineering or decompilation of the Android application package (APK). BuildConfig files in Android are typically auto-generated and contain compile-time constants, but embedding cryptographic material there violates fundamental secure coding practices. This is particularly dangerous in Java/Android environments where APK files are easily decompilable, exposing these keys to any local user or attacker with file system access. The exposed keys could be used to decrypt locally stored encrypted data, forge authentication tokens, or impersonate the application in API communications if the keys are used for client-side cryptographic operations.
RemediationAI
UCC should release a patched version of CampusConnect App (15.0.0 or later recommended) that removes all hard-coded cryptographic keys from BuildConfig.java and implements secure key management practices, such as storing keys in the Android Keystore or encrypted SharedPreferences with device-level encryption. End users should update to the patched version immediately via Google Play Store once available. Interim workarounds include disabling BuildConfig exposure by enabling code obfuscation (ProGuard/R8) in release builds, though this is a band-aid measure that does not eliminate the underlying issue. For enterprise deployments, administrators should enforce app updates via mobile device management (MDM) policies and consider restricting CampusConnect to single-user or managed devices. Security-conscious users should avoid installing CampusConnect on shared or rooted/jailbroken devices. Additional context is available at https://vuldb.com/vuln/355040 and the associated Notion document detailing the key exposure: https://www.notion.so/Uploadcare-Private-Key-Exposure-Leading-to-Unauthorized-File-Operations-and-Potential-RCE-in-campusc-3262de3f97fb8057bc67ec4320672d99.
Oracle Java SE 7 Update 6 and earlier contains multiple sandbox bypass vulnerabilities via the ClassFinder and forName m
Remote code execution in IBM Sterling B2B Integrator, Sterling Integrator, and Tivoli Common Reporting allows unauthenti
Java Runtime Environment sandbox bypass via incorrect image channel verification in 2D component allows remote unauthent
Oracle Java SE JDK/JRE 7 and 6 Update 27 and earlier allows remote code execution with complete system compromise throug
JBoss Seam 2 in Red Hat JBoss EAP 4.3.0 fails to sanitize JBoss Expression Language inputs, allowing remote attackers to
Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 update 4 and earlier, 6 up
Multiple vulnerabilities in Oracle Java 7 before Update 11 allow remote attackers to execute arbitrary code by (1) using
Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 2 and earlier, 6 Up
The WLS Security component in Oracle WebLogic Server 10.3.6.0, 12.1.2.0, 12.1.3.0, and 12.2.1.0 allows remote attackers
Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 7 and earlier allow
Remote unauthenticated attackers can execute arbitrary code on Adobe ColdFusion servers through Java deserialization fla
The ExceptionDelegator component in Apache Struts before 2.2.3.1 interprets parameter values as OGNL expressions during
Same weakness CWE-321 – Use of Hard-coded Cryptographic Key
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-18577
GHSA-mqg3-gfr2-qw8p