Skip to content

Symbols pronunciation modification in secure mode

Moderate
michaelDCurran published GHSA-xc5m-v23f-pgr7 Mar 27, 2022

Software

nvda

Affected versions

<2021.3.5

Patched versions

2021.3.5

Description

Summary

Unauthenticated users can modify NVDAs system profile for symbol pronunciation. This affects all users first (sign-on) interaction with the system. This action is intended to be limited to signed in users with administrator privileges.
If unexpected symbols are being replaced, a user may experience a denial of service. For example, being unable to sign-in to Windows.

Pull request(s)

f234dd8

Limitations

Input gestures to open the affected dialog need to be created and copied to the system configuration. This requires administrator privileges.

Technical details

Proof of concept

  1. Assign a gesture to "Shows the NVDA symbol pronunciation dialog".
  2. Copy the config to secure screens via General Preferences
  3. Restart the device
  4. On the sign-in screen:
    1. Execute the gesture which shows the dialog.
    2. Change a symbol pronunciation, e.g. change one of the symbols to say test.
    3. Restart NVDA and confirm this is still changed

Indicators of compromise

The system profile symbols dictionaries can be found in the NVDA install directory:
C:\Program Files (x86)\NVDA\systemConfig\symbols-*.dic

When copying configuration to secure screens, these will be updated.
These files can be inspected with Notepad to check for unexpected changes.

Workarounds

To prevent unauthenticated users from adjusting these settings on older NVDA versions:

  • run NVDA while logged in, and not in secure mode
  • unbind the input gesture for opening the symbol pronunciation dialog
  • copy your configuration for use on secure screens
  • consider limiting administrator privileges of other users of the device, so that they cannot overwrite this by copying their configuration to secure screens

Timeline

This was reported in mid March, after the 2021.3.4 release.
A patch was created to be added to a 2021.3.5 patch release in XXX.

For more information

If you have any questions or comments about this advisory:

Severity

Moderate

CVSS overall score

This score calculates overall vulnerability severity from 0 to 10 and is based on the Common Vulnerability Scoring System (CVSS).
/ 10

CVSS v3 base metrics

Attack vector
Local
Attack complexity
High
Privileges required
High
User interaction
Required
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
Low

CVSS v3 base metrics

Attack vector: More severe the more the remote (logically and physically) an attacker can be in order to exploit the vulnerability.
Attack complexity: More severe for the least complex attacks.
Privileges required: More severe if no privileges are required.
User interaction: More severe when no user interaction is required.
Scope: More severe when a scope change occurs, e.g. one vulnerable component impacts resources in components beyond its security scope.
Confidentiality: More severe when loss of data confidentiality is highest, measuring the level of data access available to an unauthorized user.
Integrity: More severe when loss of data integrity is the highest, measuring the consequence of data modification possible by an unauthorized user.
Availability: More severe when the loss of impacted component availability is highest.
CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:N/I:H/A:L

CVE ID

No known CVE

Weaknesses

No CWEs

Credits