Skip to content

Commit

Permalink
add info for EDB-14083
Browse files Browse the repository at this point in the history
  • Loading branch information
mudongliang committed Jun 1, 2018
1 parent ac89d3b commit 4c40759
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
19 changes: 18 additions & 1 deletion EDB-14083/README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,32 @@
# CVE/EDB ID
# EDB-14083

## Experiment Environment

Ubuntu 14.04LTS

## INSTALL & Configuration

```
wget https://github.com/mudongliang/source-packages/raw/master/EDB-14083/scite176.zip
unzip scite176.zip
cd scite/gtk
make
```

## Problems in Installation & Configuration


## How to trigger vulnerability

```
cd ../bin
./SciTE `perl -e 'print "A"x5000'`
```

## PoCs

[Scite Text Editor 1.76 - Local Buffer Overflow (PoC)](https://www.exploit-db.com/exploits/14083/)

## Vulnerability Details & Patch

### Root Cause
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ If you encounter problems with keyword "Failed to lock files", you could try to
- [x] EDB-10617
- [x] EDB-10634
- [x] EDB-11644
- [ ] EDB-14083
- [x] EDB-14083
- [ ] EDB-14452
- [ ] EDB-14904
- [ ] EDB-15054
Expand Down

0 comments on commit 4c40759

Please sign in to comment.