Skip to content

Update dependency marshmallow to v3.26.2 [SECURITY]#250

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/pypi-marshmallow-vulnerability
Open

Update dependency marshmallow to v3.26.2 [SECURITY]#250
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/pypi-marshmallow-vulnerability

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Dec 22, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
marshmallow (changelog) ==3.20.2==3.26.2 age adoption passing confidence

Marshmallow has DoS in Schema.load(many)

CVE-2025-68480 / GHSA-428g-f7cq-pgp5

More information

Details

Impact

Schema.load(data, many=True) is vulnerable to denial of service attacks. A moderately sized request can consume a disproportionate amount of CPU time.

Patches

4.1.2, 3.26.2

Workarounds
##### Fail fast
def load_many(schema, data, **kwargs):
    if not isinstance(data, list):
        raise ValidationError(['Invalid input type.'])
    return [schema.load(item, **kwargs) for item in data]

Severity

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

References

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


Release Notes

marshmallow-code/marshmallow (marshmallow)

v3.26.2

Compare Source

Bug fixes:

  • :cve:2025-68480: Merge error store messages without rebuilding collections.
    Thanks 카푸치노 for reporting and :user:deckar01 for the fix.

v3.26.1

Compare Source

v3.26.0

Compare Source

v3.25.1

Compare Source

v3.25.0

Compare Source

v3.24.2

Compare Source

v3.24.1

Compare Source

v3.24.0

Compare Source

v3.23.3

Compare Source

v3.23.2

Compare Source

v3.23.1

Compare Source

v3.23.0

Compare Source

v3.22.0

Compare Source

v3.21.3

Compare Source

v3.21.2

Compare Source

v3.21.1

Compare Source

v3.21.0

Compare Source


Configuration

📅 Schedule: (UTC)

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

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

Rebasing: Whenever PR is behind base branch, 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/pypi-marshmallow-vulnerability branch from 56b2c7d to c1b791a Compare February 3, 2026 06:49
@renovate renovate Bot force-pushed the renovate/pypi-marshmallow-vulnerability branch 5 times, most recently from 8472ab2 to 0863484 Compare March 6, 2026 12:02
@renovate renovate Bot changed the title chore(deps): update dependency marshmallow to v3.26.2 [security] Update dependency marshmallow to v3.26.2 [SECURITY] Mar 6, 2026
@renovate renovate Bot force-pushed the renovate/pypi-marshmallow-vulnerability branch from 0863484 to 66e8f59 Compare March 6, 2026 12:38
@renovate renovate Bot changed the title Update dependency marshmallow to v3.26.2 [SECURITY] Update dependency marshmallow to v3.26.2 [SECURITY] - autoclosed Mar 27, 2026
@renovate renovate Bot closed this Mar 27, 2026
@renovate renovate Bot deleted the renovate/pypi-marshmallow-vulnerability branch March 27, 2026 03:29
@renovate renovate Bot changed the title Update dependency marshmallow to v3.26.2 [SECURITY] - autoclosed Update dependency marshmallow to v3.26.2 [SECURITY] Mar 30, 2026
@renovate renovate Bot reopened this Mar 30, 2026
@renovate renovate Bot force-pushed the renovate/pypi-marshmallow-vulnerability branch 2 times, most recently from 66e8f59 to 1f912d1 Compare March 30, 2026 19:15
@renovate renovate Bot changed the title Update dependency marshmallow to v3.26.2 [SECURITY] Update dependency marshmallow to v3.26.2 [SECURITY] - autoclosed Apr 27, 2026
@renovate renovate Bot closed this Apr 27, 2026
@renovate renovate Bot changed the title Update dependency marshmallow to v3.26.2 [SECURITY] - autoclosed Update dependency marshmallow to v3.26.2 [SECURITY] Apr 28, 2026
@renovate renovate Bot reopened this Apr 28, 2026
@renovate renovate Bot force-pushed the renovate/pypi-marshmallow-vulnerability branch 2 times, most recently from 1f912d1 to 54c39a1 Compare April 28, 2026 00:44
@renovate renovate Bot force-pushed the renovate/pypi-marshmallow-vulnerability branch from 54c39a1 to 5fef149 Compare May 4, 2026 15:17
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.

0 participants