This commit is contained in:
DavidXanatos 2023-11-24 17:56:06 +01:00
parent 95bf816b68
commit f2f58e5994
4 changed files with 23 additions and 14 deletions

View File

@ -7,6 +7,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [1.12.2 / 5.67.2] - 2023-11-
### Fixed
- FIXED SECURITY ISSUE ID-23 now blocking SeManageVolumePrivilege which allowed to read MFT data (thanks Diversenok)
- fixed issue with MsEdge and AutoDelete [#post-3173507](https://www.wilderssecurity.com/threads/sandboxie-plus-v1-12-1-pre-release.452939/#post-3173507)
## [1.12.1 / 5.67.1] - 2023-11-23 ## [1.12.1 / 5.67.1] - 2023-11-23

View File

@ -177,7 +177,7 @@ UCHAR Sbie_Token_SourceName[5] = { 's', 'b', 'o', 'x', 0 };
_FX BOOLEAN Token_Init(void) _FX BOOLEAN Token_Init(void)
{ {
const ULONG NumBasePrivs = 6; const ULONG NumBasePrivs = 7;
const ULONG NumVistaPrivs = 1; const ULONG NumVistaPrivs = 1;
// $Offset$ - Hard Offset Dependency // $Offset$ - Hard Offset Dependency
@ -253,7 +253,8 @@ _FX BOOLEAN Token_Init(void)
MySetPrivilege(3) = SE_SHUTDOWN_PRIVILEGE; MySetPrivilege(3) = SE_SHUTDOWN_PRIVILEGE;
MySetPrivilege(4) = SE_DEBUG_PRIVILEGE; MySetPrivilege(4) = SE_DEBUG_PRIVILEGE;
MySetPrivilege(5) = SE_SYSTEMTIME_PRIVILEGE; MySetPrivilege(5) = SE_SYSTEMTIME_PRIVILEGE;
MySetPrivilege(6) = SE_TIME_ZONE_PRIVILEGE; // vista MySetPrivilege(6) = SE_MANAGE_VOLUME_PRIVILEGE;
MySetPrivilege(7) = SE_TIME_ZONE_PRIVILEGE; // vista
#undef MySetPrivilege #undef MySetPrivilege

View File

@ -1031,13 +1031,13 @@ Tmpl.Class=WebBrowser
OpenFilePath=msedge.exe,%Tmpl.Edge%\* OpenFilePath=msedge.exe,%Tmpl.Edge%\*
[Template_Edge_Fix] [Template_Edge_Fix]
Tmpl.Title=#4342,Microsoft Edge
Tmpl.Class=WebBrowser
Tmpl.Url=https://www.microsoft.com/en-us/edge
Tmpl.Scan=s
Tmpl.ScanProduct=Microsoft Edge
Tmpl.ScanService=edgeupdate
# SBIE fix for Windows 11 KB5014019 update (May 2022) # SBIE fix for Windows 11 KB5014019 update (May 2022)
Tmpl.Title=#4342,Microsoft Edge (obsolete)
#Tmpl.Class=WebBrowser
#Tmpl.Url=https://www.microsoft.com/en-us/edge
#Tmpl.Scan=s
#Tmpl.ScanProduct=Microsoft Edge
#Tmpl.ScanService=edgeupdate
# ExternalManifest breaks MSEdge 111.0.1633.0 # ExternalManifest breaks MSEdge 111.0.1633.0
#ExternalManifestHack=msedge.exe,y #ExternalManifestHack=msedge.exe,y
# SBIE fix for MS Edge 106.x also for Windows 10 # SBIE fix for MS Edge 106.x also for Windows 10
@ -1045,6 +1045,7 @@ Tmpl.Title=#4342,Microsoft Edge (obsolete)
#OpenFilePath=msedge.exe,\Device\NamedPipe\Sessions\*\AppContainerNamedObjects\* #OpenFilePath=msedge.exe,\Device\NamedPipe\Sessions\*\AppContainerNamedObjects\*
# SBIE fix for MS Edge WebView2 # SBIE fix for MS Edge WebView2
#ExternalManifestHack=msedgewebview2.exe,y #ExternalManifestHack=msedgewebview2.exe,y
NormalFilePath=msedge.exe,%LocalAppData%\Microsoft\Edge\User Data\Default\Secure Preferences
# #
# Vivaldi # Vivaldi

View File

@ -3594,7 +3594,7 @@ Ce fichier fait partie de Sandboxie et toute modification faite sur lui sera ann
<message> <message>
<location filename="SandMan.cpp" line="2842"/> <location filename="SandMan.cpp" line="2842"/>
<source>The selected feature set is only available to project supporters.&lt;br /&gt;&lt;a href=&quot;https://sandboxie-plus.com/go.php?to=sbie-get-cert&quot;&gt;Become a project supporter&lt;/a&gt;, and receive a &lt;a href=&quot;https://sandboxie-plus.com/go.php?to=sbie-cert&quot;&gt;supporter certificate&lt;/a&gt;</source> <source>The selected feature set is only available to project supporters.&lt;br /&gt;&lt;a href=&quot;https://sandboxie-plus.com/go.php?to=sbie-get-cert&quot;&gt;Become a project supporter&lt;/a&gt;, and receive a &lt;a href=&quot;https://sandboxie-plus.com/go.php?to=sbie-cert&quot;&gt;supporter certificate&lt;/a&gt;</source>
<translation type="unfinished"></translation> <translation>La fonction choisie est uniquement disponible aux adhérents au projet.&lt;br /&gt;&lt;a href=&quot;https://sandboxie-plus.com/go.php?to=sbie-get-cert&quot;&gt;Devenez un adhérent au projet&lt;/a&gt;, et recevez un &lt;a href=&quot;https://sandboxie-plus.com/go.php?to=sbie-cert&quot;&gt;certificat d&apos;adhérent&lt;/a&gt;.</translation>
</message> </message>
<message> <message>
<location filename="SandMan.cpp" line="2880"/> <location filename="SandMan.cpp" line="2880"/>
@ -3664,17 +3664,17 @@ Erreur : %1</translation>
<message> <message>
<location filename="SandMan.cpp" line="3936"/> <location filename="SandMan.cpp" line="3936"/>
<source>Do you want to open %1 in a sandboxed or unsandboxed Web browser?</source> <source>Do you want to open %1 in a sandboxed or unsandboxed Web browser?</source>
<translation type="unfinished"></translation> <translation>Voulez-vous ouvrir %1 dans un navigateur web dans un bac à sable ou en dehors ?</translation>
</message> </message>
<message> <message>
<location filename="SandMan.cpp" line="3940"/> <location filename="SandMan.cpp" line="3940"/>
<source>Sandboxed</source> <source>Sandboxed</source>
<translation type="unfinished"></translation> <translation>Dans un bac à sable</translation>
</message> </message>
<message> <message>
<location filename="SandMan.cpp" line="3941"/> <location filename="SandMan.cpp" line="3941"/>
<source>Unsandboxed</source> <source>Unsandboxed</source>
<translation type="unfinished"></translation> <translation>En dehors d&apos;un bac à sable</translation>
</message> </message>
<message> <message>
<location filename="SandMan.cpp" line="4100"/> <location filename="SandMan.cpp" line="4100"/>
@ -4407,7 +4407,7 @@ Remarque : La recherche de mise à jour est souvent en retard par rapport à la
</message> </message>
<message> <message>
<source>Do you want to open %1 in a sandboxed (yes) or unsandboxed (no) Web browser?</source> <source>Do you want to open %1 in a sandboxed (yes) or unsandboxed (no) Web browser?</source>
<translation type="vanished">Voulez-vous ouvrir %1 dans un navigateur web en bac à sable (oui) ou en dehors du bac à sable (non) ?</translation> <translation type="vanished">Voulez-vous ouvrir %1 dans un navigateur web dans le bac à sable (oui) ou en dehors (non) ?</translation>
</message> </message>
<message> <message>
<location filename="SandMan.cpp" line="3937"/> <location filename="SandMan.cpp" line="3937"/>
@ -4775,7 +4775,7 @@ Remarque : La recherche de mise à jour est souvent en retard par rapport à la
<location filename="SbiePlusAPI.cpp" line="1206"/> <location filename="SbiePlusAPI.cpp" line="1206"/>
<source>Failed to enumerate installed Windows updates</source> <source>Failed to enumerate installed Windows updates</source>
<oldsource>Failed to search for updates</oldsource> <oldsource>Failed to search for updates</oldsource>
<translation type="unfinished">Échec de recerche de mises à jour</translation> <translation>Échec d&apos;énumération des mises à jour Windows installées</translation>
</message> </message>
<message> <message>
<location filename="SbiePlusAPI.cpp" line="1212"/> <location filename="SbiePlusAPI.cpp" line="1212"/>