Lucene search
+L

20336 matches found

BDU FSTEC
BDU FSTEC
added 2023/10/24 12:00 a.m.15 views

The vulnerability of the software used for creating, monitoring, and orchestrating data processing scripts in Airflow lies in the ability to disclose information in error-prone areas of the data. This allows attackers to compromise the integrity of the data.

The vulnerability of the software used for creating, monitoring, and orchestrating data processing scripts in Airflow is related to the disclosure of information in error-prone areas of the data. Exploiting this vulnerability can allow a malicious actor to influence the integrity of the data...

6.8CVSS6.1AI score0.01433EPSS
SaveExploits0References2Affected Software1
UbuntuCve
UbuntuCve
added 2023/10/24 12:00 a.m.58 views

CVE-2023-5363

Issue summary: A bug has been identified in the processing of key and initialisation vector IV lengths. This can lead to potential truncation or overruns during the initialisation of some symmetric ciphers. Impact summary: A truncation in the IV can result in non-uniqueness, which could result in...

7.5CVSS6.6AI score0.03332EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2023/10/24 12:00 a.m.8 views

PT-2023-28987 · Geoserver · Geoserver

Name of the Vulnerable Software and Affected Versions: GeoServer versions prior to 2.22.5 GeoServer versions prior to 2.23.2 GeoServer version 2.20.5 GeoServer version 2.21.0 Description: The OGC Web Processing Service WPS specification in GeoServer allows processing of information from any serve...

9.8CVSS9.3AI score0.67715EPSS
SaveExploits0References11
Tenable Nessus
Tenable Nessus
added 2023/10/24 12:00 a.m.25 views

FreeBSD : OpenSSL -- potential loss of confidentiality (4a4712ae-7299-11ee-85eb-84a93843eb75)

The version of FreeBSD installed on the remote host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the 4a4712ae-7299-11ee-85eb-84a93843eb75 advisory. - SO-AND-SO reports: Moderate severity: A bug has been identified in the processing of key and...

7.5CVSS6.6AI score0.03332EPSS
SaveExploits0References3
BDU FSTEC
BDU FSTEC
added 2023/10/23 12:00 a.m.12 views

The vulnerability of Juniper Networks JunOS Evolved router models from the PTX10001, PTX10004, PTX10008, and PTX10016 series lies in the data source verification mechanism’s deficiencies. This allows attackers to trigger a system reboot.

The vulnerability of Juniper Networks JunOS Evolved router models series PTX10001, PTX10004, PTX10008, and PTX10016 lies in defects in the mechanism for verifying data sources during MAC address processing. Exploiting this vulnerability allows a malicious actor to trigger a system reboot...

6.1CVSS5.9AI score0.00167EPSS
SaveExploits0References2Affected Software1
BDU FSTEC
BDU FSTEC
added 2023/10/23 12:00 a.m.9 views

The vulnerability of the start_unichar function in the ReportLab library allows a hacker to execute arbitrary code.

The vulnerability of the startunichar function in the ReportLab library is related to an error in XML document processing. Exploiting this vulnerability could allow a remote attacker to execute arbitrary code...

10CVSS8.1AI score0.04452EPSS
SaveExploits0References11Affected Software7
OSV
OSV
added 2023/10/21 12:15 a.m.8 views

DEBIAN-CVE-2023-45678

stbvorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger out of buffer write in startdecoder because at maximum m-submaps can be 16 but submapfloor and submapresidue are declared as arrays of 15 elements. This issue may lead to code execution...

7.8CVSS7.2AI score0.0073EPSS
SaveExploits0References1
NVD
NVD
added 2023/10/21 12:15 a.m.18 views

CVE-2023-45663

stbimage is a single file MIT licensed library for processing images. The stbigetn function reads a specified number of bytes from context typically a file into the specified buffer. In case the file stream points to the end, it returns zero. There are two places where its return value is not...

5.5CVSS6.3AI score0.00657EPSS
SaveExploits0References7
NVD
NVD
added 2023/10/21 12:15 a.m.17 views

CVE-2023-45662

stbimage is a single file MIT licensed library for processing images. When stbisetflipverticallyonload is set to TRUE and reqcomp is set to a number that doesn’t match the real number of components per pixel, the library attempts to flip the image vertically. A crafted image file can trigger memc...

8.1CVSS7.4AI score0.00691EPSS
SaveExploits0References5
Prion
Prion
added 2023/10/21 12:15 a.m.32 views

Null pointer dereference

stbimage is a single file MIT licensed library for processing images. If stbiloadgifmain in stbiloadgiffrommemory fails it returns a null pointer and may keep the z variable uninitialized. In case the caller also sets the flip vertically flag, it continues and calls stbiverticalflipslices with th...

5CVSS8.4AI score0.01137EPSS
SaveExploits0References6Affected Software1
UbuntuCve
UbuntuCve
added 2023/10/21 12:15 a.m.31 views

CVE-2023-45661

stbimage is a single file MIT licensed library for processing images. A crafted image file may trigger out of bounds memcpy read in stbigifloadnext. This happens because twoback points to a memory address lower than the start of the buffer out. This issue may be used to leak internal memory...

7.1CVSS6.9AI score0.00574EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2023/10/21 12:15 a.m.28 views

CVE-2023-45666

stbimage is a single file MIT licensed library for processing images. It may look like stbiloadgifmain doesn’t give guarantees about the content of output value delays upon failure. Although it sets delays to zero at the beginning, it doesn’t do it in case the image is not recognized as GIF and a...

9.8CVSS7.1AI score0.00959EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2023/10/21 12:15 a.m.27 views

CVE-2023-45662

stbimage is a single file MIT licensed library for processing images. When stbisetflipverticallyonload is set to TRUE and reqcomp is set to a number that doesn’t match the real number of components per pixel, the library attempts to flip the image vertically. A crafted image file can trigger memc...

8.1CVSS6.8AI score0.00691EPSS
SaveExploits0References3
Prion
Prion
added 2023/10/21 12:15 a.m.19 views

Double free

stbimage is a single file MIT licensed library for processing images. A crafted image file can trigger stbiloadgifmainoutofmem attempt to double-free the out variable. This happens in stbiloadgifmain because when the layers stride value is zero the behavior is implementation defined, but common...

6.8CVSS9.1AI score0.00867EPSS
SaveExploits0References5Affected Software1
Prion
Prion
added 2023/10/21 12:15 a.m.22 views

Out-of-bounds

stbimage is a single file MIT licensed library for processing images. A crafted image file may trigger out of bounds memcpy read in stbigifloadnext. This happens because twoback points to a memory address lower than the start of the buffer out. This issue may be used to leak internal memory...

3.3CVSS7.8AI score0.00574EPSS
SaveExploits0References6Affected Software1
UbuntuCve
UbuntuCve
added 2023/10/21 12:15 a.m.37 views

CVE-2023-45664

stbimage is a single file MIT licensed library for processing images. A crafted image file can trigger stbiloadgifmainoutofmem attempt to double-free the out variable. This happens in stbiloadgifmain because when the layers stride value is zero the behavior is implementation defined, but common...

8.8CVSS7AI score0.00867EPSS
SaveExploits0References3
BDU FSTEC
BDU FSTEC
added 2023/10/21 12:00 a.m.15 views

The vulnerability of the Junos Kernel Debugging Streaming Daemon (jkdsd) in Juniper Networks’ Junos operating systems allows a hacker to cause a service failure.

The vulnerability of the Junos Kernel Debugging Streaming Daemon jkdsd in Juniper Networks’ Junos operating systems is related to synchronization errors when using shared resources for processing telemetry data. Exploiting this vulnerability can allow a malicious actor to trigger service failures...

5.3CVSS5.9AI score0.0033EPSS
SaveExploits0References2Affected Software1
BDU FSTEC
BDU FSTEC
added 2023/10/21 12:00 a.m.12 views

The vulnerability of the IBM DB2 database management system and the IBM DB2 Connect Server automatic redirection server, related to errors in processing input data, allows a perpetrator to cause service interruptions.

The vulnerability of the IBM DB2 database management system and the IBM DB2 Connect Server automatic redirection server is related to errors in processing input data. Exploiting this vulnerability can allow a malicious actor to cause service interruptions remotely...

5.3CVSS7.1AI score0.00782EPSS
SaveExploits0References4Affected Software2
BDU FSTEC
BDU FSTEC
added 2023/10/21 12:00 a.m.13 views

The vulnerability of the IBM DB2 database management system and the IBM DB2 Connect Server automatic redirection server, related to errors in processing input data, allows a perpetrator to cause service interruptions.

The vulnerability of the IBM DB2 database management system and the IBM DB2 Connect Server automatic redirection server is related to errors in processing input data. Exploiting this vulnerability can allow a malicious actor to cause service interruptions remotely...

5.3CVSS7.1AI score0.00782EPSS
SaveExploits0References4Affected Software2
OSV
OSV
added 2023/10/20 11:26 p.m.7 views

CVE-2023-45675 0 byte write heap buffer overflow in start_decoder in stb_vorbis

stbvorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger out of bounds write in f-vendorlen = char'\0';. The root cause is that if the len read in startdecoder is -1 and len + 1 becomes 0 when passed to setupmalloc. The setupmalloc behaves...

6.5CVSS7.2AI score
SaveExploits0References9
Rows per page
Query Builder