Skip to content

fix(security/HIGH/): Update module github.com/apache/thrift to v0.24.0 [SECURITY] (release-3.7.x) - #22767

Merged
jnewbigin merged 2 commits into
release-3.7.xfrom
deps-update/release-3.7.x-security-github.comapachethrift
Jul 13, 2026
Merged

fix(security/HIGH/): Update module github.com/apache/thrift to v0.24.0 [SECURITY] (release-3.7.x)#22767
jnewbigin merged 2 commits into
release-3.7.xfrom
deps-update/release-3.7.x-security-github.comapachethrift

Conversation

@renovate-sh-app

@renovate-sh-app renovate-sh-app Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/apache/thrift v0.22.0v0.23.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Apache Thrift TFramedTransport Go language implementation has an Integer Overflow or Wraparound vulnerability

CVE-2026-41602 / GHSA-wf45-q9ch-q8gh

More information

Details

Integer Overflow or Wraparound vulnerability in Apache Thrift TFramedTransport Go language implementation

This issue affects Apache Thrift: before 0.23.0.

Users are recommended to upgrade to version 0.23.0, which fixes the issue.

Severity

  • CVSS Score: 7.5 / 10 (High)
  • Vector String: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Apache Thrift TFramedTransport Go language implementation has an Integer Overflow or Wraparound vulnerability

BIT-thrift-2026-41602 / CVE-2026-41602 / GHSA-wf45-q9ch-q8gh

More information

Details

Integer Overflow or Wraparound vulnerability in Apache Thrift TFramedTransport Go language implementation

This issue affects Apache Thrift: before 0.23.0.

Users are recommended to upgrade to version 0.23.0, which fixes the issue.

Severity

  • CVSS Score: 7.5 / 10 (High)
  • Vector String: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

References

This data is provided by OSV and the GitHub Advisory Database (CC-BY 4.0).


Release Notes

apache/thrift (github.com/apache/thrift)

v0.23.0: Version 0.23.0

Compare Source

Please head over to the official release download source:
http://thrift.apache.org/download

The assets listed below are added by Github based on the release tag and they will therefore not match the checkums published on the Thrift project website.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, check this box

Need help?

You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section.

@github-actions

This comment has been minimized.

@renovate-sh-app
renovate-sh-app Bot force-pushed the deps-update/release-3.7.x-security-github.comapachethrift branch from 21c8cf9 to fd4a7af Compare June 29, 2026 23:37
@github-actions

This comment has been minimized.

@renovate-sh-app
renovate-sh-app Bot force-pushed the deps-update/release-3.7.x-security-github.comapachethrift branch 2 times, most recently from 982c0e1 to 7726246 Compare June 30, 2026 23:25
@jnewbigin jnewbigin self-assigned this Jul 13, 2026
…0 [SECURITY]

| datasource | package                  | from    | to      |
| ---------- | ------------------------ | ------- | ------- |
| go         | github.com/apache/thrift | v0.22.0 | v0.23.0 |


Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
@renovate-sh-app
renovate-sh-app Bot force-pushed the deps-update/release-3.7.x-security-github.comapachethrift branch from 7726246 to b7e65db Compare July 13, 2026 06:21
thrift v0.23.0 fails to compile on 32-bit targets: it compares an int
against math.MaxUint32, which overflows int where int is 32-bit (e.g.
linux/arm). v0.24.0 fixes the comparison.

apache/thrift#3428
@jnewbigin jnewbigin changed the title fix(security/HIGH/): Update module github.com/apache/thrift to v0.23.0 [SECURITY] (release-3.7.x) Jul 13, 2026
@jnewbigin
jnewbigin merged commit 36eb5f7 into release-3.7.x Jul 13, 2026
100 of 102 checks passed
@jnewbigin
jnewbigin deleted the deps-update/release-3.7.x-security-github.comapachethrift branch July 13, 2026 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment