Update SECURITY.md

- Typo fixes
- Formatting fixes

Co-authored-by: offhub <6871698+offhub@users.noreply.github.com>
This commit is contained in:
isaak654 2023-12-04 19:19:56 +01:00 committed by GitHub
parent bf63093d6e
commit 3efade5d76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 22 additions and 32 deletions

View File

@ -4,35 +4,30 @@
Please report any found security vulnerability directly to me at xanatosdavid[at]gmail.com or through the [Report a vulnerability](https://github.com/sandboxie-plus/Sandboxie/security/advisories/new) form provided by GitHub. Please describe the issue in full detail and, if possible, include a proof of concept exploit. Please report any found security vulnerability directly to me at xanatosdavid[at]gmail.com or through the [Report a vulnerability](https://github.com/sandboxie-plus/Sandboxie/security/advisories/new) form provided by GitHub. Please describe the issue in full detail and, if possible, include a proof of concept exploit.
## Fixed security issues ## Fixed security issues
### SECURITY ISSUE ID-23 (thanks Diversenok) ### SECURITY ISSUE ID-23 (thanks Diversenok)
A sandboxed process with administrative privileges could enable SeManageVolumePrivilege, A sandboxed process with administrative privileges could enable SeManageVolumePrivilege, this allowed it to read MFT data, in case of files smaller than 1 cluster that allowed to read the file payload
this allowed it to read MFT data, in case of files smaller then 1 cluster that allowed to read the file payload
fixed in: 1.12.3 / 5.67.3 fixed in: 1.12.3 / 5.67.3
### SECURITY ISSUE ID-22 ### SECURITY ISSUE ID-22
NtCreateSectionEx was not filtered by the driver NtCreateSectionEx was not filtered by the driver
fixed in: 1.8.0 / 5.63.0 fixed in: 1.8.0 / 5.63.0
### SECURITY ISSUE ID-21 ### SECURITY ISSUE ID-21
AlpcConnectPortEx was not filtered by the driver AlpcConnectPortEx was not filtered by the driver
fixed in: 1.5.1 / 5.60.1 fixed in: 1.5.1 / 5.60.1
### SECURITY ISSUE ID-20 ### SECURITY ISSUE ID-20
Sandboxed programs could read the memory of host processes, Sandboxed programs could read the memory of host processes, presumably this was an intentional design decision by the old developers, but it's not required and it's better for privacy not to allow this. Note: You can use ReadIpcPath=$:program.exe to allow read access to unsandboxed processes or processes in other boxes
presumably this was an intentional design decision by the old devs, but its not required and its better fpr privacy to not allow this.
Note: You can use ReadIpcPath=$:program.exe to allow read access to unsandboxed processes or processes in other boxes
fixed in: 1.0.16 / 5.55.16 fixed in: 1.0.16 / 5.55.16
### SECURITY ISSUE ID-19 [#1714](https://github.com/sandboxie-plus/Sandboxie/issues/1714) ### SECURITY ISSUE ID-19 [#1714](https://github.com/sandboxie-plus/Sandboxie/issues/1714)
NtGetNextThread was not properly filtered by the sbie driver, hence a sandboxed process could obtain a handle on an unsandboxed thread with write privileges NtGetNextThread was not properly filtered by the Sandboxie driver, hence a sandboxed process could obtain a handle on an unsandboxed thread with write privileges. The issue can be remedied on older Sandboxie versions by enabling EnableObjectFiltering=y
The issue can be remedied on older sbie versions by enabling EnableObjectFiltering=y
fixed in: 1.0.14 / 5.55.14 fixed in: 1.0.14 / 5.55.14
@ -47,86 +42,81 @@ Hard link creation was not properly filtered
fixed in: 1.0.13 / 5.55.13 fixed in: 1.0.13 / 5.55.13
### SECURITY ISSUE ID-16 ### SECURITY ISSUE ID-16
when starting *COMSRV* unboxed, the returned process handle had full access When starting *COMSRV* unboxed, the returned process handle had full access
fixed in: 1.0.9 / 5.55.9 fixed in: 1.0.9 / 5.55.9
### SECURITY ISSUE ID-15 (thanks hg421) ### SECURITY ISSUE ID-15 (thanks hg421)
the HostInjectDll mechanism allowed for local privilege escalation The HostInjectDll mechanism allowed for local privilege escalation
fixed in: 0.7.2 / 5.49.0 fixed in: 0.7.2 / 5.49.0
### SECURITY ISSUE ID-14 (thanks hg421) [#552](https://github.com/sandboxie-plus/Sandboxie/issues/552) ### SECURITY ISSUE ID-14 (thanks hg421) [#552](https://github.com/sandboxie-plus/Sandboxie/issues/552)
"\Device\DeviceApi\CMApi" is now filtered by the driver "\Device\DeviceApi\CMApi" is now filtered by the driver, this allowed elevated processes to change hardware configuration
this allowed elevated processes to change hardware configuration
fixed in: 0.7.0 / 5.48.0 fixed in: 0.7.0 / 5.48.0
### SECURITY ISSUE ID-13 (thanks hg421) [#553](https://github.com/sandboxie-plus/Sandboxie/issues/553) ### SECURITY ISSUE ID-13 (thanks hg421) [#553](https://github.com/sandboxie-plus/Sandboxie/issues/553)
"\RPC Control\samss lpc" is now filtered by the driver "\RPC Control\samss lpc" is now filtered by the driver, this allowed elevated processes to change passwords, delete users and alike
this allowed elevated processes to change passwords, delete users and alike
fixed in: 0.7.0 / 5.48.0 fixed in: 0.7.0 / 5.48.0
### SECURITY ISSUE ID-12 (thanks typpos) [#549](https://github.com/sandboxie-plus/Sandboxie/pull/549) ### SECURITY ISSUE ID-12 (thanks typpos) [#549](https://github.com/sandboxie-plus/Sandboxie/pull/549)
a race condition in the driver allowed to obtain an elevated rights handle to a unsandboxed process A race condition in the driver allowed to obtain an elevated rights handle to an unsandboxed process
fixed in: 0.7.0 / 5.48.0 fixed in: 0.7.0 / 5.48.0
### SECURITY ISSUE ID-11 (thanks hg421) ### SECURITY ISSUE ID-11 (thanks hg421)
elevated sandboxed processes could access volumes/disks for reading Elevated sandboxed processes could access volumes/disks for reading
fixed in: 0.7.0 / 5.48.0 fixed in: 0.7.0 / 5.48.0
### SECURITY ISSUE ID-10 ### SECURITY ISSUE ID-10
the registry isolation could be bypassed, present since Windows 10 Creators Update The registry isolation could be bypassed, present since Windows 10 Creators Update
fixed in: 0.5.4d / 5.46.3 fixed in: 0.5.4d / 5.46.3
### SECURITY ISSUE ID-9 ### SECURITY ISSUE ID-9
a Sandboxed process could start sandboxed as system even with DropAdminRights in place A sandboxed process could start sandboxed as system, even with DropAdminRights in place
fixed in: 0.5.4b / 5.46.1 fixed in: 0.5.4b / 5.46.1
### SECURITY ISSUE ID-8 (thanks Diversenok) ### SECURITY ISSUE ID-8 (thanks Diversenok)
CVE-2019-13502 "\RPC Control\LSARPC_ENDPOINT" is now filtered by the driver, CVE-2019-13502 "\RPC Control\LSARPC_ENDPOINT" is now filtered by the driver, this allowed some system options to be changed
this allowed some system options to be changed.
fixed in: 0.5.4 / 5.46.0 fixed in: 0.5.4 / 5.46.0
### SECURITY ISSUE ID-7 ### SECURITY ISSUE ID-7
bug in the dynamic IPC port handling allowed to bypass IPC isolation A bug in the dynamic IPC port handling allowed to bypass IPC isolation
fixed in: 0.5.4 / 5.46.0 fixed in: 0.5.4 / 5.46.0
### SECURITY ISSUE ID-6 (thanks Diversenok) ### SECURITY ISSUE ID-6 (thanks Diversenok)
processes could spawn processes outside the sandbox Processes could spawn processes outside the sandbox
fixed in: 0.5.4 / 5.46.0 fixed in: 0.5.4 / 5.46.0
### SECURITY ISSUE ID-5 ### SECURITY ISSUE ID-5
added print spooler filter to prevent printers from being set up outside the sandbox Added print spooler filter to prevent printers from being set up outside the sandbox
fixed in: 0.5.4 / 5.46.0 fixed in: 0.5.4 / 5.46.0
### SECURITY ISSUE ID-4 (thanks Diversenok) ### SECURITY ISSUE ID-4 (thanks Diversenok)
Sandboxie now strips particularly problematic privileges from sandboxed system tokens Sandboxie now strips particularly problematic privileges from sandboxed system tokens. With those, a process could attempt to bypass the sandbox isolation
with those a process could attempt to bypass the sandbox isolation
fixed in: 0.5.4 / 5.46.0 fixed in: 0.5.4 / 5.46.0
### SECURITY ISSUE ID-3 (thanks Diversenok) ### SECURITY ISSUE ID-3 (thanks Diversenok)
fixed missing SCM access check for sandboxed services Fixed missing SCM access check for sandboxed services
fixed in: 0.3 / 5.42 fixed in: 0.3 / 5.42
### SECURITY ISSUE ID-2 ### SECURITY ISSUE ID-2
fixed permission issues with sandboxed system processes Fixed permission issues with sandboxed system processes
fixed in: 0.3 / 5.42 fixed in: 0.3 / 5.42
### SECURITY ISSUE ID-1 (thanks Diversenok) ### SECURITY ISSUE ID-1 (thanks Diversenok)
sandboxed processes could obtain a write handle on non sandboxed processes Sandboxed processes could obtain a write handle on non-sandboxed processes
fixed in: 0.2 / 5.41.0 fixed in: 0.2 / 5.41.0