SoylentNews
SoylentNews is people
https://soylentnews.org/

Title    Excel Workbook and Worksheet Protections Easily Removed
Date    Monday July 08 2019, @04:00AM
Author    martyb
Topic   
from the Zippity-do-dah dept.
https://soylentnews.org/article.pl?sid=19/07/07/1958220

An Anonymous Coward writes:

Excel workbook protection and sheet protection are commonly used as if they provide file security. It turns out that these mechanisms do NOT provide file security, nor were they ever intended to do so. Section 18.2.29 of ECMA-376-1:2016, the latest version of the standard governing Office Open XML, says the following:

Applications might use workbook protection to prevent anyone from accidentally changing, moving, or deleting important data. This protection can be ignored by applications which choose not to support this optional protection mechanism.

The same section contains an additional note:

Worksheet or workbook element protection should not be confused with file security. It is not meant to make your workbook safe from unintentional modification, and cannot protect it from malicious modification.

Both sheet protection and workbook protection may be removed without the protection password in four basic steps:

  1. Unzip the .xlsx or .xlsm file so that its contents may be modified in the following steps. Excel workbook files are actually ZIP files with a different file name extension.
  2. Remove the <workbookProtection ... /> XML tag from the xl\workbook.xml file.
  3. Remove the <sheetProtection ... /> XML tag from any .xml file in the xl\worksheets\ directory.
  4. Zip the modified Excel workbook file contents, using the .xlsx or .xlsm filename extension for the resulting ZIP file.

I have published a detailed PDF guide for accomplishing these steps using only File Explorer and Notepad on Windows.

Is anyone else surprised by how easy it is to bypass these protections?


Original Submission

Links

  1. "standard governing Office Open XML" - https://www.ecma-international.org/publications/standards/Ecma-376.htm
  2. "detailed PDF guide" - https://excel-noitcetorp.neocities.org/RemovingExcelProtection.pdf
  3. "Original Submission" - https://soylentnews.org/submit.pl?op=viewsub&subid=34890

© Copyright 2024 - SoylentNews, All Rights Reserved

printed from SoylentNews, Excel Workbook and Worksheet Protections Easily Removed on 2024-04-28 22:53:30