chore(deps): update dependency codeigniter4/framework to v4.6.2 [security]#11
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update dependency codeigniter4/framework to v4.6.2 [security]#11renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
3837274 to
c6e039f
Compare
c6e039f to
4020418
Compare
4020418 to
d4e4a37
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.4.3→4.6.2GitHub Vulnerability Alerts
CVE-2024-29904
Impact
A vulnerability was found in the Language class that allowed DoS attacks. This vulnerability can be exploited by an attacker to consume a large amount of memory on the server.
Patches
Upgrade to v4.4.7 or later. See upgrading guide.
Workarounds
lang()function orLanguageclass.References
CVE-2025-24013
Impact
Lack of proper header validation for its name and value. The potential attacker can construct deliberately malformed headers with
Headerclass. This could disrupt application functionality, potentially causing errors or generating invalid HTTP requests. In some cases, these malformed requests might lead to a DoS scenario if a remote service’s web application firewall interprets them as malicious and blocks further communication with the application.Patches
Upgrade to v4.5.8 or later.
Workarounds
Validate HTTP header keys and/or values if using user-supplied values before passing them to
Headerclass.Differences from CVE-2023-29197
Affected Software:
guzzlehttp/psr7library.guzzlehttp/psr7library.Root Cause and Implementation:
guzzlehttp/psr7.Scope of Impact:
guzzlehttp/psr7library.References
CVE-2025-54418
Impact
This vulnerability affects applications that:
imagickas the image library)resize()methodtext()method with user-controlled text content or optionsAn attacker can:
Patches
Upgrade to v4.6.2 or later.
Workarounds
gd, the default handler), which is not affected by either vulnerabilitygetRandomName()when using themove()method, or use thestore()method, which automatically generates safe filenamespreg_replace('/[^a-zA-Z0-9\s.,!?-]/', '', $text)and validate/restrict text optionsReferences
Release Notes
codeigniter4/framework (codeigniter4/framework)
v4.6.2: CodeIgniter 4.6.2Compare Source
CodeIgniter 4.6.2 release.
See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md
Full Changelog: codeigniter4/CodeIgniter4@v4.6.1...v4.6.2
v4.6.1: CodeIgniter 4.6.1Compare Source
CodeIgniter 4.6.1 release.
See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md
New Contributors
Full Changelog: codeigniter4/CodeIgniter4@v4.6.0...v4.6.1
v4.6.0: CodeIgniter 4.6.0Compare Source
CodeIgniter 4.6.0 release.
See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md
New Contributors
Full Changelog: codeigniter4/CodeIgniter4@v4.5.8...v4.6.0
v4.5.8: CodeIgniter 4.5.8Compare Source
CodeIgniter 4.5.8 release
See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md
New Contributors
Full Changelog: codeigniter4/CodeIgniter4@v4.5.7...v4.5.8
v4.5.7: CodeIgniter 4.5.7Compare Source
CodeIgniter 4.5.7 release.
See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md
Full Changelog: codeigniter4/CodeIgniter4@v4.5.6...v4.5.7
v4.5.6: CodeIgniter 4.5.6Compare Source
CodeIgniter 4.5.6 release.
See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md
New Contributors
Full Changelog: codeigniter4/CodeIgniter4@v4.5.5...v4.5.6
v4.5.5: CodeIgniter 4.5.5Compare Source
CodeIgniter 4.5.5 release.
See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md
New Contributors
Full Changelog: codeigniter4/CodeIgniter4@v4.5.4...v4.5.5
v4.5.4: CodeIgniter 4.5.4Compare Source
CodeIgniter 4.5.4 release.
See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md
Full Changelog: codeigniter4/CodeIgniter4@v4.5.3...v4.5.4
v4.5.3: CodeIgniter 4.5.3Compare Source
CodeIgniter 4.5.3 release.
See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md
Full Changelog: codeigniter4/CodeIgniter4@v4.5.2...v4.5.3
v4.5.2: CodeIgniter 4.5.2Compare Source
CodeIgniter 4.5.2 release.
See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md
New Contributors
Full Changelog: codeigniter4/CodeIgniter4@v4.5.1...v4.5.2
v4.5.1Compare Source
CodeIgniter 4.5.1 release.
See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md
New Contributors
Full Changelog: codeigniter4/CodeIgniter4@v4.5.0...v4.5.1
v4.5.0: CodeIgniter 4.5.0Compare Source
CodeIgniter 4.5.0 release.
See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md
Full Changelog: codeigniter4/CodeIgniter4@v4.4.8...v4.5.0
v4.4.8: CodeIgniter 4.4.8Compare Source
CodeIgniter 4.4.8 release.
See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md
New Contributors
Full Changelog: codeigniter4/CodeIgniter4@v4.4.7...v4.4.8
v4.4.7: CodeIgniter 4.4.7Compare Source
CodeIgniter 4.4.7 release.
See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md
New Contributors
Full Changelog: codeigniter4/CodeIgniter4@v4.4.6...v4.4.7
v4.4.6: CodeIgniter 4.4.6Compare Source
CodeIgniter 4.4.6 release.
See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md
New Contributors
Full Changelog: codeigniter4/CodeIgniter4@v4.4.5...v4.4.6
v4.4.5: CodeIgniter 4.4.5Compare Source
CodeIgniter 4.4.5 release.
See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md
New Contributors
Full Changelog: codeigniter4/CodeIgniter4@v4.4.4...v4.4.5
v4.4.4: CodeIgniter 4.4.4Compare Source
CodeIgniter 4.4.4 release.
See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md
New Contributors
Full Changelog: codeigniter4/CodeIgniter4@v4.4.3...v4.4.4
Configuration
📅 Schedule: Branch creation - "" (UTC), 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.
This PR was generated by Mend Renovate. View the repository job log.