Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- security
|
| 4 |
+
- proof-of-concept
|
| 5 |
+
- protobuf
|
| 6 |
+
license: mit
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
# Protocol Buffers Service logs materialization DoS PoC
|
| 10 |
+
|
| 11 |
+
This repository contains a benign security research PoC for a `.pb` artifact
|
| 12 |
+
that drives repeated-message materialization during
|
| 13 |
+
`service_pb2.Service.ParseFromString(...)`.
|
| 14 |
+
|
| 15 |
+
Files:
|
| 16 |
+
|
| 17 |
+
- `control_one_log.pb`
|
| 18 |
+
- `malicious_logs_2000000.pb`
|
| 19 |
+
- `reproduce.py`
|
| 20 |
+
|