Ticket #515 (closed defect: fixed)
Multiple security vulnerabilities in NVDA
| Reported by: | tspivey | Owned by: | |
|---|---|---|---|
| Priority: | critical | Milestone: | 2010.1 |
| Component: | Core | Version: | 2009.1rc1 |
| Keywords: | security | Cc: | |
| Operating system: | Windows 7 | Blocked by: | |
| Blocking: |
Description
Here we go again (2009.1 on win7).
- The log viewer allows the save-as command (On the log menu) to be run from secure desktops, allowing the by-now familiar running of cmd.exe.
- The various items in the help menu allow the running of external programs which contain open/save dialogs, again allowing this same exploit.
Proof of concept:
- Get to a secure desktop and open the log viewer. Go to log -> save As.
- dismiss any location error dialogs that appear. (enter or escape).
- Type %windir%\system32\c*.exe, press enter, pick cmd from the list, activate the context menu and run as administrator.
Change History
Note: See
TracTickets for help on using
tickets.


I'm wondering how far we should go with fixing this stuff. In regards to the log viewer: should we just disable saving, or should we disable the log viewer all together for secure copies of NVDA?
The reason I suggest disabling the log viewer all together is that it is very possible that sensitive information may be displayed, due to debugging etc.
So, it almost seems as though we need to simply remove tools and help from the NVDA menu if it is a secure copy.
Keeping preferences is probably safe enough, though in the long run I'd prefer that we have a way of duplicating one user's NVDA profile in to the system profile (requiring an administrative password of course) and then we'd disable saving of config in secure copies also, but that's for another ticket.
Perhaps for now, in secure copies we: