Share
## https://sploitus.com/exploit?id=4829CEFE-E5DA-5B73-9A96-707B1EFCA8E1
# CVE-2023-28178
Apple recently released an update to address CVE-2023-28178, in which applications may be able to override privacy preferences in certain circumstances.

## Incomplete fix
It has been determined that the Apple fix was an incomplete solution and some machines in certain configurations may still be vulnerable.

This script addresses those concerns and is intended as a temporary fix until Apple releases an updated patch through official channels. 

## Execute the script

To apply this emergency patch, execute the following commands in the Mac terminal:

### With git
```
git clone https://github.com/MacCVEResearch/CVE-2023-28178-patch.git
cd CVE-2023-28178-patch/
bash CVE-2023-28178-patch.sh
```

### Without git
```
curl https://raw.githubusercontent.com/MacCVEResearch/CVE-2023-28178-patch/main/CVE-2023-28178-patch.sh -o CVE-2023-28178-patch.sh
bash CVE-2023-28178-patch.sh
```