Category Archives: Advisories

DSA-5737-1 libreoffice – security update

Read Time:18 Second

If LibreOffice failed to validate a signed macro, it displayed a warning
but still allowed execution of the script after printing a warning.
Going forward in high macro security mode such macros are now disabled.

For additional information please refer to
https://www.libreoffice.org/about-us/security/advisories/cve-2024-6472/

https://security-tracker.debian.org/tracker/DSA-5737-1

Read More

Blind SQL Injection – dolphinv7.4.2.

Read Time:23 Second

Posted by Andrey Stoykov on Aug 04

# Exploit Title: Blind SQL Injection – dolphinv7.4.2.
# Date: 8/2024
# Exploit Author: Andrey Stoykov
# Version: 7.4.2
# Tested on: Ubuntu 22.04
# Blog:
https://msecureltd.blogspot.com/2024/07/friday-fun-pentest-series-8-dolphinv742.html

SQL Injection:

Steps to Reproduce:

1. Navigate to “Builders” menu
2. The HTTP GET parameter of “?cat=builders” is displayed in the URL bar
3. That is the injection point

sqlmap -r…

Read More