Skip to content

fix(deps): update dependency laravel/framework to v12 [security] - #11

Open
renovate[bot] wants to merge 1 commit into
developfrom
renovate/packagist-laravel-framework-vulnerability
Open

fix(deps): update dependency laravel/framework to v12 [security]#11
renovate[bot] wants to merge 1 commit into
developfrom
renovate/packagist-laravel-framework-vulnerability

Conversation

@renovate

@renovate renovate Bot commented Nov 12, 2024

Copy link
Copy Markdown

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
laravel/framework (source) 11.18.112.61.1 age confidence

Laravel environment manipulation via query string

CVE-2024-52301 / GHSA-gv7v-rgg6-548h

More information

Details

Description

When the register_argc_argv php directive is set to on , and users call any URL with a special crafted query string, they are able to change the environment used by the framework when handling the request.

Resolution

The framework now ignores argv values for environment detection on non-cli SAPIs.

Severity

  • CVSS Score: 8.7 / 10 (High)
  • Vector String: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N

References

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


Laravel framework susceptible to reflected cross-site scripting

CVE-2024-13919 / GHSA-83wp-f5c3-hqqr

More information

Details

The Laravel framework versions between 11.9.0 and 11.35.1 are susceptible to reflected cross-site scripting due to an improper encoding of route parameters in the debug-mode error page.

Severity

  • CVSS Score: 4.7 / 10 (Medium)
  • Vector String: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:L/I:L/A:N

References

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


Laravel framework susceptible to reflected cross-site scripting

CVE-2024-13918 / GHSA-546h-56qp-8jmw

More information

Details

The Laravel framework versions between 11.9.0 and 11.35.1 are susceptible to reflected cross-site scripting due to an improper encoding of request parameters in the debug-mode error page.

Severity

  • CVSS Score: 4.7 / 10 (Medium)
  • Vector String: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:L/I:L/A:N

References

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


Laravel has a File Validation Bypass

CVE-2025-27515 / GHSA-78fx-h6xr-vch4

More information

Details

When using wildcard validation to validate a given file or image field array (files.*), a user-crafted malicious request could potentially bypass the validation rules.

Severity

  • CVSS Score: 6.9 / 10 (Medium)
  • Vector String: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N

References

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


Laravel Framework: Temporary Signed URL Path Confusion

GHSA-crmm-hgp2-wgrp

More information

Details

A vulnerability in Laravel's local filesystem driver allows temporary signed URLs to be parsed ambiguously, potentially misrouting requests and bypassing expiration enforcement.

Under certain conditions, a generated temporary signed URL can be interpreted differently by the server than intended at signing time. This may cause requests to resolve to an unintended resource, and can prevent expiration from being enforced, allowing expired URLs to remain valid indefinitely.

Impact
  • Expired temporary URLs may continue to be accepted
  • Requests may resolve to a different resource than the one that was signed
  • The upload variant may allow writes to reach an unintended destination

Severity

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

References

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


Laravel Framework: CRLF injection in default email rule

GHSA-5vg9-5847-vvmq

More information

Details

Summary

A CRLF injection vulnerability in Laravel's email validation, in combination with how Symfony Mailer and Symfony Mime handle certain character sequences, may allow an unauthenticated attacker to interfere with outbound email processing in applications that send mail to user-supplied addresses.

Description

Laravel applications that send email to addresses provided by users — for example during authentication flows or contact forms — may be vulnerable to manipulation of outbound mail content if the address is not adequately sanitized before it reaches the mail transport layer.
An attacker who can supply an email address to such a flow may, under certain conditions, be able to influence the content of emails sent by the application, cause those emails to be delivered to unintended recipients, or cause the application's mail server to send unintended messages.

Impact

Affected applications may be exposed to unauthorized access and mail relay abuse. The severity depends on what the application sends by email and how its mail infrastructure is configured.

Remediation

Upgrade to version 12.60.0 or later, or 13.10.0 or later.

Severity

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

References

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


Release Notes

laravel/framework (laravel/framework)

v12.61.1

Compare Source

v12.61.0

Compare Source

v12.60.2

Compare Source

v12.60.1

Compare Source

v12.60.0

Compare Source

v12.59.0

Compare Source

v12.58.0

Compare Source

v12.57.0

Compare Source

v12.56.0

Compare Source

v12.55.1

Compare Source

v12.55.0

Compare Source

v12.54.1

Compare Source

v12.54.0

Compare Source

v12.53.0

Compare Source

v12.52.0

Compare Source

v12.51.0

Compare Source

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • 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.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/packagist-laravel-framework-vulnerability branch from 0ba4c08 to 153b811 Compare March 6, 2025 03:26
@renovate renovate Bot changed the title fix(deps): update dependency laravel/framework to v11.31.0 [security] fix(deps): update dependency laravel/framework to v11.44.1 [security] Mar 6, 2025
@renovate

renovate Bot commented Mar 6, 2025

Copy link
Copy Markdown
Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: composer.lock
Command failed: composer update laravel/framework:12.61.1 --with-dependencies --ignore-platform-req=ext-* --ignore-platform-req=lib-* --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins --minimal-changes
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires laravel/framework 12.61.1 (exact version match: 12.61.1 or 12.61.1.0), found laravel/framework[v12.61.1] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - laravel/octane is locked to version v2.5.2 and an update of this package was not requested.
    - laravel/octane v2.5.2 requires laravel/framework ^10.10.1|^11.0 -> found laravel/framework[v10.10.1, ..., 10.50.2, v11.0.0, ..., v11.55.0] but it conflicts with your root composer.json require (12.61.1).
  Problem 3
    - openai-php/laravel is locked to version v0.10.1 and an update of this package was not requested.
    - openai-php/laravel v0.10.1 requires laravel/framework ^9.46.0|^10.34.2|^11.0 -> found laravel/framework[v9.46.0, ..., v9.52.21, v10.34.2, ..., 10.50.2, v11.0.0, ..., v11.55.0] but it conflicts with your root composer.json require (12.61.1).
  Problem 4
    - laravel/passport is locked to version v12.2.1 and an update of this package was not requested.
    - laravel/passport v12.2.1 requires lcobucci/jwt ^4.3|^5.0 -> satisfiable by lcobucci/jwt[5.3.0].
    - lcobucci/jwt 5.3.0 requires php ~8.1.0 || ~8.2.0 || ~8.3.0 -> your php version (8.5.9) does not satisfy that requirement.

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

@renovate renovate Bot changed the title fix(deps): update dependency laravel/framework to v11.44.1 [security] fix(deps): update dependency laravel/framework to v11.44.1 [security] - autoclosed Mar 27, 2026
@renovate renovate Bot closed this Mar 27, 2026
@renovate
renovate Bot deleted the renovate/packagist-laravel-framework-vulnerability branch March 27, 2026 02:13
@renovate renovate Bot changed the title fix(deps): update dependency laravel/framework to v11.44.1 [security] - autoclosed fix(deps): update dependency laravel/framework to v11.44.1 [security] Mar 30, 2026
@renovate renovate Bot reopened this Mar 30, 2026
@renovate
renovate Bot force-pushed the renovate/packagist-laravel-framework-vulnerability branch 2 times, most recently from 153b811 to 7ed9641 Compare March 30, 2026 22:27
@renovate
renovate Bot force-pushed the renovate/packagist-laravel-framework-vulnerability branch from 7ed9641 to 77e2df6 Compare June 20, 2026 08:59
@renovate renovate Bot added the breaking label Jun 20, 2026
@renovate renovate Bot changed the title fix(deps): update dependency laravel/framework to v11.44.1 [security] fix(deps): update dependency laravel/framework to v12 [security] Jun 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants