Skip to content

Commit 3b30002

Browse files
committed
Added writeups by neex
1 parent d2397de commit 3b30002

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

BB-Reports.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# Schemes
88

9-
>Attacking Redis db via CR symbols via `git://` link: https://hackerone.com/reports/441090
9+
[Attacking Redis db via CR symbols in `git://` link](https://hackerone.com/reports/441090)
1010

1111
# Vulns
1212

@@ -31,6 +31,14 @@ Redirection is found on reverse proxy and [can move you to internal servises (SS
3131

3232
## File upload
3333

34+
Always look for the command injection if you have noticed that your files are edited or converted in some way.
35+
36+
### Image
37+
38+
Basically SVG files can be used to insert arbitary JavaScript code via `script` tag and even entire HTML-markup via the `foreignObject` tag: https://github.com/allanlw/svg-cheatsheet.
39+
40+
If an old version of librsvg is used to convert SVG to PNG, it can cause a [memory leakage](https://hackerone.com/reports/2107680).
41+
3442
### Video
3543

3644
[SSRF-LFR in FFmpeg](https://hackerone.com/reports/1062888)

0 commit comments

Comments
 (0)