Jump to content
Changes to the Jaspersoft community edition download ×

CVE-2018-12022 Security Vulnerability in JasperReports


hozawa
Go to solution Solved by hozawa,

Recommended Posts

JasperReports 6.7.1 has security vulnerability CVE-2018-12022 because it's using jackson-databind 2.9.5. It's recommended to upgrade to 2.9.7 or later.

https://nvd.nist.gov/vuln/detail/CVE-2018-12022

pom.xml (jasperreports 6.7.1)

        <dependency>            <groupId>com.fasterxml.jackson.core</groupId>            <artifactId>jackson-databind</artifactId>            <version>2.9.5</version>            <scope>compile</scope>        </dependency>[/code]

 

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...