Skip to content

Dependency upgrade request: commons-text >= 1.10.0 to address CVE-2022-42889 #688

@madar1992

Description

@madar1992

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+
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions