Lucene search
K

255 matches found

Fedora
Fedora
added 2021/12/16 1:14 a.m.31 views

[SECURITY] Fedora 34 Update: libmysofa-1.2.1-1.fc34

This is a simple set of C functions to read AES SOFA files, if they contain HRTFs stored according to the AES69-2015 standard...

1AI score0.01668EPSS
Exploits2
Fedora
Fedora
added 2021/12/10 1:22 a.m.63 views

[SECURITY] Fedora 35 Update: libmysofa-1.2.1-1.fc35

This is a simple set of C functions to read AES SOFA files, if they contain HRTFs stored according to the AES69-2015 standard...

1AI score0.01668EPSS
Exploits2
OpenVAS
OpenVAS
added 2021/12/10 12:0 a.m.17 views

Fedora: Security Advisory for libmysofa (FEDORA-2021-36ac17e5ac)

The remote host is missing an update for the Copyright C 2021 Greenbone Networks GmbH Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-or-later This program is free software; you can...

9.6AI score
Exploits0References2
OSV
OSV
added 2021/12/08 7:5 p.m.2 views

USN-5184-1 libmysofa vulnerability

It was discovered that libmysofa mishandled certain input. An attacker could use this vulnerability to cause a denial of service crash...

9.8CVSS6.7AI score0.01035EPSS
Exploits1References2
Veracode
Veracode
added 2021/11/01 10:36 a.m.26 views

Heap-Based Buffer Overflow

libmysofa.so is vulnerable to heap-based buffer overflow. The lack of size check in the readOHDRHeaderMessageDataLayout function in dataobject.c causes a heap-based buffer overflow which could result in an application crash...

9.8CVSS9.3AI score0.01035EPSS
Exploits1References8Affected Software1
Huntr
Huntr
added 2021/11/01 7:17 a.m.6 views

Heap-based Buffer Overflow in hoene/libmysofa

Description The variable st-filtlen in the function speexresamplerresetmem is not checked to see if it is 0 before it is used, and after subtracting one, it becomes 0xffffffff, causing heap overflow Proof of Concept src/mysofa2json -c poc ==30201==ERROR: AddressSanitizer: heap-buffer-overflow on...

7.1AI score
Exploits0
OSV
OSV
added 2021/10/29 4:15 p.m.20 views

CVE-2021-3756

libmysofa is vulnerable to Heap-based Buffer Overflow...

9.8CVSS6.6AI score
Exploits0References4
OSV
OSV
added 2021/10/29 4:15 p.m.2 views

DEBIAN-CVE-2021-3756

libmysofa is vulnerable to Heap-based Buffer Overflow...

9.8CVSS6.7AI score0.01035EPSS
Exploits1References1
NVD
NVD
added 2021/10/29 4:15 p.m.17 views

CVE-2021-3756

libmysofa is vulnerable to Heap-based Buffer Overflow...

9.8CVSS0.01035EPSS
Exploits1References4
UbuntuCve
UbuntuCve
added 2021/10/29 4:15 p.m.25 views

CVE-2021-3756

libmysofa is vulnerable to Heap-based Buffer Overflow...

9.8CVSS6.8AI score0.01035EPSS
Exploits1References6
OSV
OSV
added 2021/10/29 4:15 p.m.4 views

UBUNTU-CVE-2021-3756

libmysofa is vulnerable to Heap-based Buffer Overflow...

9.8CVSS6.8AI score0.01035EPSS
Exploits1References7
Prion
Prion
added 2021/10/29 4:15 p.m.21 views

Heap overflow

libmysofa is vulnerable to Heap-based Buffer Overflow...

7.5CVSS7.1AI score0.01035EPSS
Exploits1References4Affected Software2
Cvelist
Cvelist
added 2021/10/29 3:55 p.m.34 views

CVE-2021-3756 Heap-based Buffer Overflow in hoene/libmysofa

libmysofa is vulnerable to Heap-based Buffer Overflow...

6.2CVSS9.6AI score0.01035EPSS
Exploits1References4
CVE
CVE
added 2021/10/29 3:55 p.m.98 views

CVE-2021-3756

CVE-2021-3756 affects the libmysofa library (as referenced across connected documents, including NVD and related advisories). The available details confirm a heap-based buffer overflow vulnerability in libmysofa. The connected sources do not specify affected versions, root cause specifics beyond ...

9.8CVSS7.7AI score0.01035EPSS
Exploits1References4Affected Software1
Debian CVE
Debian CVE
added 2021/10/29 3:55 p.m.21 views

CVE-2021-3756

libmysofa is vulnerable to Heap-based Buffer Overflow...

9.8CVSS9AI score0.01035EPSS
Exploits1
CNNVD
CNNVD
added 2021/10/29 12:0 a.m.5 views

libmysofa 缓冲区错误漏洞

libmysofa is a library for reading AES SOFA files. A security vulnerability exists in libmysofa that stems from the application's susceptibility to heap-based buffer overflows...

9.8CVSS7AI score0.01035EPSS
Exploits1References6
Positive Technologies
Positive Technologies
added 2021/10/29 12:0 a.m.4 views

PT-2021-21716 · Libmysofa +3 · Libmysofa +3

Name of the Vulnerable Software and Affected Versions: libmysofa affected versions not specified Description: The issue is related to a Heap-based Buffer Overflow. There is no information provided about the estimated number of potentially affected devices worldwide or real-world incidents where...

9.8CVSS6.3AI score0.02255EPSS
Exploits6References28
Huntr
Huntr
added 2021/10/18 12:19 p.m.10 views

Heap-based Buffer Overflow in hoene/libmysofa

Description system : ubuntu 20.04 build command cd libmysofa mkdir build cd build CC=clang CXX=clang++ CFLAGS="-fsanitize=address -g" CXXFLAGS="-fsanitize=address -g" cmake ../ make all Proof of Concept https://drive.google.com/file/d/1JbQAECcj5-SDRZVUsRWiaBgJQZ0nMiK/view?usp=sharing repro...

0.6AI score
Exploits0
Huntr
Huntr
added 2021/10/13 2:30 p.m.11 views

Heap-based Buffer Overflow in hoene/libmysofa

Description system : ubuntu 20.04 build command cd libmysofa mkdir build cd build CC=clang CXX=clang++ CFLAGS="-fsanitize=address -g" CXXFLAGS="-fsanitize=address -g" cmake ../ make all repro ./mysofa2json -c ./libmyfofamysofacheck Proof of Concept...

0.2AI score
Exploits0
Huntr
Huntr
added 2021/10/06 6:13 a.m.12 views

Heap-based Buffer Overflow in hoene/libmysofa

Description system : ubuntu 20.04 build command cd libmysofa mkdir build cd build CC=clang CXX=clang++ CFLAGS="-fsanitize=address -g" CXXFLAGS="-fsanitize=address -g" cmake ../ make all run cmd ./mysofa2json -c ./heapoobreadmemcpy ./mysofa2json -c ./heapoobread Proof of Concept poc 1 :...

0.2AI score
Exploits0
Rows per page
Query Builder