Skip to content

fix: add data for pax-logging-log4j2 version 1.x #5519

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

ppkarwasz
Copy link

This PR fixes the ranges of pax-logging-log4j2 releases affected by four CVEs in log4j-core.

In my previous PRs for CVE-2021-44228 (#5501), CVE-2021-45046 (#5502), CVE-2021-45105 (#5503), and CVE-44832 (#5504), all versions 1.x of pax-logging-log4j2 were listed as affected. As it turns out, this is incorrect, since 7 security releases of version 1.x were created to address those issues, as summarized by the table below:

PAX Logging version Log4j Core version Fixed CVEs
1.9.2 2.12.4 all 4 CVEs
1.10.8 2.12.2 CVE-2021-44228, CVE-2021-45046
1.10.9 2.12.4 CVE-2021-45105, CVE-2021-44832
1.11.10 2.15.0 CVE-2021-44228
1.11.11 2.16.0 CVE-2021-45046
1.11.12 2.17.0 CVE-2021-45105
1.11.13 2.17.1 CVE-2021-44832

This PR fixes the ranges of `pax-logging-log4j2` releases affected by
four CVEs in `log4j-core`.

In my previous PRs for CVE-2021-44228 (github#5501), CVE-2021-45046 (github#5502),
CVE-2021-45105 (github#5503), and CVE-44832 (github#5504), all versions 1.x of
`pax-logging-log4j2` were listed as affected.
As it turns out, this is incorrect, since 7 security releases of
version 1.x were created to address those issues, as summarized by the
table below:

| PAX Logging version | Log4j Core version | Fixed CVEs                     |
|---------------------|--------------------|--------------------------------|
| 1.9.2               | 2.12.4             | all 4 CVEs                     |
| 1.10.8              | 2.12.2             | CVE-2021-44228, CVE-2021-45046 |
| 1.10.9              | 2.12.4             | CVE-2021-45105, CVE-2021-44832 |
| 1.11.10             | 2.15.0             | CVE-2021-44228                 |
| 1.11.11             | 2.16.0             | CVE-2021-45046                 |
| 1.11.12             | 2.17.0             | CVE-2021-45105                 |
| 1.11.13             | 2.17.1             | CVE-2021-44832                 |
@Copilot Copilot AI review requested due to automatic review settings May 9, 2025 10:20
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the advisory JSON files for pax-logging-log4j2 1.x to correct the ranges affected by four CVEs in log4j-core by adding new fixed version events.

  • Updated fixed version events for version 1.9.2 across all advisories
  • Introduced version-specific fixed events for 1.10.x and 1.11.x based on different CVE fixes
  • Retained existing version 2.0.x fixed events without changes

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
advisories/github-reviewed/2022/01/GHSA-8489-44mv-ggj8/GHSA-8489-44mv-ggj8.json Added fixed events for 1.9.2, 1.10.9, and 1.11.13
advisories/github-reviewed/2021/12/GHSA-p6xc-xr62-6r2g/GHSA-p6xc-xr62-6r2g.json Added fixed events for 1.9.2, 1.10.9, and 1.11.12
advisories/github-reviewed/2021/12/GHSA-jfh8-c2jp-5v3q/GHSA-jfh8-c2jp-5v3q.json Added fixed events for 1.9.2, 1.10.8, and 1.11.10
advisories/github-reviewed/2021/12/GHSA-7rjr-3q55-vv33/GHSA-7rjr-3q55-vv33.json Added fixed events for 1.9.2, 1.10.8, and 1.11.11

@github-actions github-actions bot changed the base branch from main to ppkarwasz/advisory-improvement-5519 May 9, 2025 10:21
@ppkarwasz ppkarwasz marked this pull request as draft May 9, 2025 10:29
@ppkarwasz
Copy link
Author

@ppkarwasz ppkarwasz closed this May 9, 2025
@ppkarwasz ppkarwasz deleted the fix/pax-logging-log4j2 branch May 9, 2025 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant