Lucene search
+L

256 matches found

Fedora
Fedora
added 2021/12/16 1:14 a.m.37 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
SaveExploits2
Fedora
Fedora
added 2021/12/10 1:22 a.m.66 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
SaveExploits2
OpenVAS
OpenVAS
added 2021/12/10 12:00 a.m.22 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
SaveExploits0References2
OSV
OSV
added 2021/12/08 7:05 p.m.5 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.01069EPSS
SaveExploits1References2
Veracode
Veracode
added 2021/11/01 10:36 a.m.30 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.01069EPSS
SaveExploits1References8Affected Software1
Huntr
Huntr
added 2021/11/01 7:17 a.m.7 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
SaveExploits0
OSV
OSV
added 2021/10/29 4:15 p.m.3 views

DEBIAN-CVE-2021-3756

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

9.8CVSS6.7AI score0.01069EPSS
SaveExploits1References1
OSV
OSV
added 2021/10/29 4:15 p.m.22 views

CVE-2021-3756

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

9.8CVSS6.6AI score
SaveExploits0References4
NVD
NVD
added 2021/10/29 4:15 p.m.19 views

CVE-2021-3756

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

9.8CVSS0.01069EPSS
SaveExploits1References4
Prion
Prion
added 2021/10/29 4:15 p.m.25 views

Heap overflow

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

7.5CVSS7.1AI score0.01069EPSS
SaveExploits1References4Affected Software2
OSV
OSV
added 2021/10/29 4:15 p.m.7 views

UBUNTU-CVE-2021-3756

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

9.8CVSS6.8AI score0.01069EPSS
SaveExploits1References7
UbuntuCve
UbuntuCve
added 2021/10/29 4:15 p.m.27 views

CVE-2021-3756

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

9.8CVSS6.8AI score0.01069EPSS
SaveExploits1References6
ATTACKERKB
ATTACKERKB
added 2021/10/29 4:15 p.m.6 views

CVE-2021-3756

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

9.8CVSS6.7AI score0.01069EPSS
SaveExploits1References7
Debian CVE
Debian CVE
added 2021/10/29 3:55 p.m.45 views

CVE-2021-3756

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

9.8CVSS9AI score0.01069EPSS
SaveExploits1
Cvelist
Cvelist
added 2021/10/29 3:55 p.m.43 views

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

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

6.2CVSS9.6AI score0.01069EPSS
SaveExploits1References4
CVE
CVE
added 2021/10/29 3:55 p.m.109 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.01069EPSS
SaveExploits1References4Affected Software1
CNNVD
CNNVD
added 2021/10/29 12:00 a.m.11 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.01069EPSS
SaveExploits1References6
Positive Technologies
Positive Technologies
added 2021/10/29 12:00 a.m.7 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
SaveExploits6References28
Huntr
Huntr
added 2021/10/18 12:19 p.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 Proof of Concept https://drive.google.com/file/d/1JbQAECcj5-SDRZVUsRWiaBgJQZ0nMiK/view?usp=sharing repro...

0.6AI score
SaveExploits0
Huntr
Huntr
added 2021/10/13 2:30 p.m.13 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
SaveExploits0
Rows per page
Query Builder