Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Libraries 1.17.1 fails vulnerability scans

Open
#3,693 0 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
52/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Quiet
Tech stack
java
Domain
security

Research direction

Locate the Gradle dependency declarations for parquet-column, parquet-avro, and parquet-common and inspect how Jackson 2.21.3 is resolved. Run the project's Grype/OSV vulnerability scan before and after the dependency update; done means the listed advisories no longer appear and the build and tests remain green.

Written by the indexing model from the issue text.

Description

Trying to certify our platform we ended up with these open vulnerabilities, due to utilizing the libraries below:
implementation 'org.apache.parquet:parquet-column:1.17.1'
implementation 'org.apache.parquet:parquet-avro:1.17.1'
implementation 'org.apache.parquet:parquet-common:1.17.1'

Per-advisory CVSS detail from retained Grype/OSV evidence:

  • GHSA-j3rv-43j4-c7qm (CVE-2026-54512): High, CVSS 3.1 8.1, CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H, package jackson-databind 2.21.3, fixed in 2.21.4
  • GHSA-r7wm-3cxj-wff9 (N/A): High, CVSS 4.0 8.7, CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N, package jackson-core 2.21.3, fixed in 2.21.4
  • GHSA-rmj7-2vxq-3g9f (CVE-2026-54513): High, CVSS 3.1 8.1, CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H, package jackson-databind 2.21.3, fixed in 2.21.4
  • GHSA-3pjw-73gf-8qr5 (CVE-2026-59888): Medium, CVSS 3.1 6.5, CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N, package jackson-databind 2.21.3, fixed in 2.21.4
  • GHSA-5gvw-p9qm-jgwh (CVE-2026-59889): Medium, CVSS 3.1 6.5, CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N, package jackson-databind 2.21.3, fixed in 2.21.5
  • GHSA-5hh8-q8hv-fr38 (CVE-2026-54517): Medium, CVSS 3.1 5.3, CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N, package jackson-databind 2.21.3, fixed in 2.21.4
  • GHSA-5jmj-h7xm-6q6v (CVE-2026-54515): Medium, CVSS 3.1 5.3, CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N, package jackson-databind 2.21.3, fixed in 2.21.5
  • GHSA-9fxm-vc8v-hj55 (CVE-2026-54516): Medium, CVSS 3.1 5.3, CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N, package jackson-databind 2.21.3, fixed in 2.21.4
  • GHSA-hgj6-7826-r7m5 (CVE-2026-54514): Medium, CVSS 3.1 5.3, CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N, package jackson-databind 2.21.3, fixed in 2.21.4
  • GHSA-mhm7-754m-9p8w (N/A): Medium, CVSS 3.1 6.5, CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N, package jackson-databind 2.21.3, fixed in 2.21.5
  • GHSA-rcqc-6cw3-h962 (CVE-2026-54518): Medium, CVSS 3.1 6.5, CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N, package jackson-databind 2.21.3, fixed in 2.21.4
Dominant language
Java
Stars
3.1k
Forks
1.6k
Avg merge
4d 12h
Merged PRs (30d)
28

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from apache/parquet-java

All issues in apache/parquet-java

Similar issues

More Java issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.