-
Notifications
You must be signed in to change notification settings - Fork 160
Description
Summary
The CheckStyle-IDEA plugin bundles commons-text-1.3.0.jar, which is affected by
CVE-2022-42889 (Text4Shell).
Even with the latest plugin version installed, the vulnerable JAR is present
under:
~/.config/JetBrains/IntelliJIdea*/plugins/checkstyle-idea/checkstyle/lib/
(or on Windows: %APPDATA%\JetBrains\IntelliJIdea*\plugins\checkstyle-idea\checkstyle\lib\)
Impact
In enterprise environments, endpoint security scanners detect the presence of
commons-text-1.3.0.jar and mark developer machines as non-compliant, leading to:
- network isolation
- VPN / Teams access removal
- forced plugin uninstallation
This happens regardless of whether the library is actually used at runtime.
Request
Please consider upgrading the bundled Apache Commons Text dependency to
1.10.0 or later, as recommended by Apache, to address CVE-2022-42889.
This would allow teams to continue using CheckStyle-IDEA in regulated
environments without security exceptions.
References
- CVE-2022-42889 (Apache Commons Text)
- Apache recommendation: upgrade to 1.10.0+
