Lucene search

K
friendsofphpOpenJS FoundationFRIENDSOFPHP:SYMFONY:UX-AUTOCOMPLETE:CVE-2023-41336
HistorySep 11, 2023 - 12:55 p.m.

symfony/ux-autocomplete Prevent injection of invalid entity ids for "autocomplete" fields

2023-09-1112:55:00
OpenJS Foundation
github.com
2
symfony
ux-autocomplete
injection
entity ids
security
upgrade
validation

6.5 Medium

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

LOW

Integrity Impact

LOW

Availability Impact

NONE

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N

6.9 Medium

AI Score

Confidence

High

0.001 Low

EPSS

Percentile

20.0%

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.

Affected configurations

Vulners
Node
symfonyux_autocompleteRange<2.11.2
CPENameOperatorVersion
symfony/ux-autocompletelt2.11.2

6.5 Medium

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

LOW

Integrity Impact

LOW

Availability Impact

NONE

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N

6.9 Medium

AI Score

Confidence

High

0.001 Low

EPSS

Percentile

20.0%

Related for FRIENDSOFPHP:SYMFONY:UX-AUTOCOMPLETE:CVE-2023-41336