-
I appreciate the author clearly stating that security was not really considered when writing the code. Still, it probably make sense for me to leave this issue here so that people are aware.
Tiny W…
-
Hello,
FYI, this library has a systematic buffer overflow when you read a register with `readReg`. Indeed, the variable `buf` should have a length of 3 bytes and not only 2 bytes. Third byte is use…
-
There are multiple possible string overflow issues. One recent commit tried to solve two cases but used the wrong length: https://github.com/COVESA/dlt-daemon/commit/0d76220d78e0dd2e1139058e2e96e35e8a…
-
At least for the Inkplate 10 Google Calendar example your `Network::getData()` function [just loops blindly writing to the output buffer](https://github.com/SolderedElectronics/Inkplate-Arduino-librar…
-
```
Tested on OS - Ubuntu 22.04 LTS 5.15.0-72-generic #79-Ubuntu SMP x86_64 x86_64 x86_64 GNU/Linux
```
A heap based buffer overflow was identified on `IccToXml` while fuzzing the vulnerability i…
-
```
$ echo "dHIoJTE3LzwyOzM+LGw6cGsoJTA4KSk=" | base64 --decode > scriptpubkeyman.crash
$ FUZZ=scriptpubkeyman src/test/fuzz/fuzz scriptpubkeyman.crash
...
SUMMARY: AddressSanitizer: heap-buffer-o…
-
Hey, I'm having an issue running DIA-NN with an mzML input file converted from Thermo DIA Raw file. I'm using a spectral library generated by DIA-NN with `--gen-spec-lib` (which was successful). I als…
-
Whenever `GetBoundsEdge` gets called with a particular combination of `plane1`/`plane2` values, the `pos->v` and `edge->v` vectors end up accessed at out-of-bounds indices.
In one particular situatio…
zear updated
3 months ago
-
Example:
```
from pyscf import gto
import numpy as np
large_molecule = [
('C', (0., 0., i*1.5)) for i in range(20)
]
mol = gto.M(atom=large_molecule, basis='aug-cc-pvdz')
print(mol.nao)
…
-
### Is there an existing template for this?
- [x] I have searched the existing templates.
### Template requests
Title: CVE-2022-42475 - Heap-based Buffer Overflow in Fortinet SSL-VPN
Description:
…