Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    What is the impact of security vulnerability in Apache Commons Lang (CVE-2025- 48924) to SmartClient

    SmartClient uses Apache Commons Lang. Current there is a security vulnerability in Apache Commons Lang. The fix is in the version of 3.18.0. Please see https://mvnrepository.com/artifact/c...g/commons-lang
    https://mvnrepository.com/artifact/o...s-lang3/3.17.0

    I checked SmartClient_v141p_2025-05-16_Enterprise.zip. It uses commons-lang3-3.11.jar and ommons-lang-2.6.jar. I have following questions.

    1. Why two versions of Apache Common Lang are used?
    2. Is SmartClient vulnerable to CVE-2025-48924?
    3. Is there a plan to have a new release without the vulnerable jars?

    #2
    No, SmartClient is not vulnerable - we don't not use ObjectUtils.clone(), which is what was affected.

    We will eventually release a version with upgraded jars, but since we are not vulnerable, there is no urgency.

    Comment


      #3
      Can you answer my first question?

      Comment


        #4
        Currently, SmartClient server uses commons-lang2, but commons-lang3 was required by some other libraries.

        Comment

        Working...
        X