Skip to content
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

CVE-2021-44716 vulnerability found #99

Closed
konstantin-shatalov opened this issue Jan 17, 2022 · 2 comments
Closed

CVE-2021-44716 vulnerability found #99

konstantin-shatalov opened this issue Jan 17, 2022 · 2 comments
Labels

Comments

@konstantin-shatalov
Copy link

konstantin-shatalov commented Jan 17, 2022

It looks like there is a known issue https://nvd.nist.gov/vuln/detail/CVE-2021-44716 that is being detected with supercronic.
I assume one of the dependencies used has this problem.
Probably a fix is to update net/http to 1.17.6

@neurosnap
Copy link
Member

Thanks for submitting this issue!

From: https://nvd.nist.gov/vuln/detail/CVE-2021-44716

net/http in Go before 1.16.12 and 1.17.x before 1.17.5 allows uncontrolled memory consumption in the header canonicalization cache via HTTP/2 requests.

We plan to upgrade golang shortly to address this potential issue. Thank you for your patience.

@neurosnap
Copy link
Member

Latest release upgrades golang: https://github.com/aptible/supercronic/releases/tag/v0.2.0

mwalbeck pushed a commit to mwalbeck/docker-flox that referenced this issue Jun 21, 2022
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [aptible/supercronic](https://github.com/aptible/supercronic) | minor | `v0.1.13` -> `v0.2.0` |

---

### Release Notes

<details>
<summary>aptible/supercronic</summary>

### [`v0.2.0`](https://github.com/aptible/supercronic/releases/tag/v0.2.0)

[Compare Source](aptible/supercronic@v0.1.13...v0.2.0)

This release upgrades golang to 1.18.x in order to address theoretical CVEs:

-   aptible/supercronic#101
-   aptible/supercronic#99

We also switched from using travis to github actions.

We do not anticipate any breaking changes but with a major programming language bump we felt a patch was insufficient.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).

Reviewed-on: https://git.walbeck.it/mwalbeck/docker-flox/pulls/508
Co-authored-by: renovate-bot <[email protected]>
Co-committed-by: renovate-bot <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants