{"vulnerability": "CVE-2025-41234", "sightings": [{"uuid": "8dfe5f8a-fa97-441d-8c1f-c00859ecd726", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2025-41234", "type": "seen", "source": "https://bsky.app/profile/pmloik.bsky.social/post/3lrhet6aa4526", "content": "", "creation_timestamp": "2025-06-13T02:20:58.154414Z"}, {"uuid": "015ba8ac-cc0d-429c-9468-164923507a49", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2025-41234", "type": "seen", "source": "https://bsky.app/profile/snicoll.be/post/3lrg2sogpfc2a", "content": "", "creation_timestamp": "2025-06-12T13:49:06.675632Z"}, {"uuid": "76f5fc3b-8ba8-4441-8955-3ed0324c1a8b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2025-41234", "type": "seen", "source": "https://bsky.app/profile/cve.skyfleet.blue/post/3lrhb453dmo2p", "content": "", "creation_timestamp": "2025-06-13T01:14:23.567323Z"}, {"uuid": "f33f4f59-3b00-4aa9-8f41-3abe9a516b5b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2025-41234", "type": "seen", "source": "https://bsky.app/profile/infosec.skyfleet.blue/post/3lrgcrqkre52f", "content": "", "creation_timestamp": "2025-06-12T16:11:42.765671Z"}, {"uuid": "85a6e100-bfc7-45f6-a73e-fafcacb7faf0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "c933734a-9be8-4142-889e-26e95c752803", "vulnerability": "CVE-2025-41234", "type": "seen", "source": "https://vulnerability.circl.lu/bundle/bbcbc485-b88d-4831-b8e9-6e37e7bd9875", "content": "", "creation_timestamp": "2026-01-21T21:18:16.771453Z"}, {"uuid": "b73e5c81-bd28-4829-b070-30b968bf4f08", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2025-41234", "type": "seen", "source": "Telegram/A4yn46AbIJ9CbArto5ANZDcG6LZJk9YFat2ULRIgSWm0ya4", "content": "", "creation_timestamp": "2025-06-12T22:30:44.000000Z"}, {"uuid": "6c5d1c70-1331-4645-865a-b30014ce5887", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2025-41234", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/18230", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-41234\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:H/I:L/A:N)\n\ud83d\udd39 Description: Description\n\nIn Spring Framework, versions 6.0.x as of 6.0.5, versions 6.1.x and 6.2.x, an application is vulnerable to a reflected file download (RFD) attack when it sets a \u201cContent-Disposition\u201d header with a non-ASCII charset, where the filename attribute is derived from user-supplied input.\n\nSpecifically, an application is vulnerable when all the following are true:\n\n  *  The header is prepared with org.springframework.http.ContentDisposition.\n  *  The filename is set via ContentDisposition.Builder#filename(String, Charset).\n  *  The value for the filename is derived from user-supplied input.\n  *  The application does not sanitize the user-supplied input.\n  *  The downloaded content of the response is injected with malicious commands by the attacker (see RFD paper reference for details).\n\n\nAn application is not vulnerable if any of the following is true:\n\n  *  The application does not set a \u201cContent-Disposition\u201d response header.\n  *  The header is not prepared with org.springframework.http.ContentDisposition.\n  *  The filename is set via one of:  *  ContentDisposition.Builder#filename(String), or\n  *  ContentDisposition.Builder#filename(String, ASCII)\n\n\n\n  *  The filename is not derived from user-supplied input.\n  *  The filename is derived from user-supplied input but sanitized by the application.\n  *  The attacker cannot inject malicious content in the downloaded content of the response.\n\n\nAffected Spring Products and VersionsSpring Framework:\n\n  *  6.2.0 - 6.2.7\n  *  6.1.0 - 6.1.20\n  *  6.0.5 - 6.0.28\n  *  Older, unsupported versions are not affected\n\n\nMitigationUsers of affected versions should upgrade to the corresponding fixed version.\n\nAffected version(s)Fix versionAvailability6.2.x6.2.8OSS6.1.x6.1.21OSS6.0.x6.0.29 Commercial https://enterprise.spring.io/ No further mitigation steps are necessary.\n\n\nCWE-113 in `Content-Disposition` handling in VMware Spring Framework versions 6.0.5 to 6.2.7 allows remote attackers to launch Reflected File Download (RFD) attacks via unsanitized user input in `ContentDisposition.Builder#filename(String, Charset)` with non-ASCII charsets.\n\ud83d\udccf Published: 2025-06-12T21:14:42.957Z\n\ud83d\udccf Modified: 2025-06-12T21:14:42.957Z\n\ud83d\udd17 References:\n1. https://spring.io/security/cve-2025-41234\n2. https://nvd.nist.gov/vuln/detail/CVE-2025-41234\n3. https://nvd.nist.gov/vuln-metrics/cvss/v3-calculator?vector=AV:N/AC:H/PR:L/UI:R/S:C/C:H/I:L/A:N&amp;version=3.1", "creation_timestamp": "2025-06-12T21:34:38.000000Z"}]}