Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tu0Laj1 authored Jan 25, 2024
1 parent 9fa551b commit 6e2d7cb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### Summary
In the DuckDB database, there is a feature for writing custom extensions. Attackers can write a custom extension containing malicious commands based on the DuckDB extension template(https://github.com/duckdb/extension-template). While compiling this malicious extension, a duckdb binary program containing this malicious extension will also be generated. Attackers can replace the normal duckdb program on the victim's machine with this malicious extension. When the victim starts this malicious duckdb program and executes a specific SQL statement, the malicious command will be triggered.

### Impact
https://github.com/duckdb/duckdb,<=0.9.2

# Install vcpkg
```shell
git clone https://github.com/Microsoft/vcpkg.git
Expand Down

0 comments on commit 6e2d7cb

Please sign in to comment.