Skip to content

Prevent injection of invalid entity ids for "autocomplete" fields

Moderate severity GitHub Reviewed Published Sep 11, 2023 in symfony/ux-autocomplete • Updated Nov 10, 2023

Package

composer symfony/ux-autocomplete (Composer)

Affected versions

< 2.11.2

Patched versions

2.11.2

Description

Impact

Under certain circumstances, an attacker could successfully submit an entity id for an EntityType that is not part of the valid choices.

Affected applications are any that use:

  • A custom query_builder option to limit the valid results;
    AND
  • An EntityType with 'autocomplete' => true or a custom AsEntityAutocompleteField.

Under this circumstance, if an id is submitted, it is accepted even if the matching record would not be returned by the custom query built with query_builder.

Patches

The problem has been fixed in symfony/ux-autocomplete version 2.11.2.

Workarounds

Upgrade to version 2.11.2 or greater of symfony/ux-autocomplete or perform extra validation after submit to verify the selected option is valid.

References

@weaverryan weaverryan published to symfony/ux-autocomplete Sep 11, 2023
Published to the GitHub Advisory Database Sep 11, 2023
Reviewed Sep 11, 2023
Published by the National Vulnerability Database Sep 11, 2023
Last updated Nov 10, 2023

Severity

Moderate
6.5
/ 10

CVSS base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
None
User interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
Low
Availability
None
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N

Weaknesses

CVE ID

CVE-2023-41336

GHSA ID

GHSA-4cpv-669c-r79x

Credits

Checking history
See something to contribute? Suggest improvements for this vulnerability.