Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Network-reachable web app with no auth or interaction (AV:N/AC:L/PR:N/UI:N); impact is pure data exposure, so C:H with I:N/A:N and no scope change.
Primary rating from Vendor (mitre).
CVSS VectorVendor: mitre
Lifecycle Timeline
2DescriptionCVE.org
Johnson & Johnson Campus Recruiting before 2025-10-31 allows viewing of data provided by recruited students, and notes entered about students by interviewers.
AnalysisAI
Information disclosure in Johnson & Johnson's Campus Recruiting web application (versions prior to the 2025-10-31 fix) allows remote unauthenticated attackers to view sensitive data submitted by recruited students as well as private notes interviewers entered about those candidates. The flaw stems from the server relying on client-side restrictions rather than enforcing authorization server-side (CWE-602). No CISA KEV listing or formal exploit code is published, though an independent security researcher (Eaton Works) documented the issue in a public write-up.
Technical ContextAI
The affected asset is a bespoke web-based campus/college recruiting platform operated by Johnson & Johnson (CPE: cpe:2.3:a:johnson_&_johnson:campus_recruiting:*). The root cause is CWE-602 (Client-Side Enforcement of Server-Side Security): the application appears to depend on the browser/front-end to gate access to candidate records, while the backend API serves the underlying data without performing equivalent server-side authorization checks. As a result, object/record access that should require proper authentication and authorization can be reached by directly manipulating requests, exposing student-supplied application data and confidential interviewer evaluation notes. The MITRE-assigned CVSS vector (AV:N/AC:L/PR:N/UI:N) indicates the data is reachable over the network with low complexity and no credentials.
RemediationAI
Patch available per vendor advisory: Johnson & Johnson is reported to have remediated the issue on/before 2025-10-31, so any current production instance of the hosted application should already incorporate the fix - confirm directly with J&J that your tenant/instance was patched. Because this is a vendor-operated web application rather than locally installed software, customers generally cannot self-patch; verification with the vendor is the primary action. If an unremediated instance must remain reachable, the effective compensating controls are server-side: enforce authorization on every API/record endpoint instead of trusting client-side checks (addresses CWE-602 directly), restrict the application to authenticated sessions, and place it behind network access controls (VPN/IP allowlisting) to reduce unauthenticated internet exposure - the trade-off being reduced accessibility for legitimate remote recruiters and candidates. The only public reference for technical details is https://eaton-works.com/2026/06/24/jnj-webapp-hacks/; no exact patched version string was provided to cite.
Same technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-39643
GHSA-q2wr-7pw7-p6fg