Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

Количество 26 124

Количество 26 124

msrc логотип

CVE-2023-28448

больше 3 лет назад

Versionize is lacking bound checks potentially leading to out of bounds memory access

CVSS3: 7.5
EPSS: Низкий
msrc логотип

CVE-2023-28425

больше 3 лет назад

Specially crafted MSETNX command can lead to denial-of-service

CVSS3: 5.5
EPSS: Средний
msrc логотип

CVE-2023-28370

больше 1 года назад

Open redirect vulnerability in Tornado versions 6.3.1 and earlier allows a remote unauthenticated attacker to redirect a user to an arbitrary web site and conduct a phishing attack by having user access a specially crafted URL.

CVSS3: 6.1
EPSS: Низкий
msrc логотип

CVE-2023-28328

больше 3 лет назад

CVSS3: 5.5
EPSS: Низкий
msrc логотип

CVE-2023-28327

больше 3 лет назад

CVSS3: 5.5
EPSS: Низкий
msrc логотип

CVE-2023-28322

около 3 лет назад

An information disclosure vulnerability exists in curl <v8.1.0 when doing HTTP(S) transfers libcurl might erroneously use the read callback (`CURLOPT_READFUNCTION`) to ask for data to send even when the `CURLOPT_POSTFIELDS` option has been set if the same handle previously wasused to issue a `PUT` request which used that callback. This flaw may surprise the application and cause it to misbehave and either send off the wrong data or use memory after free or similar in the second transfer. The problem exists in the logic for a reused handle when it is (expected to be) changed from a PUT to a POST.

CVSS3: 3.7
EPSS: Низкий
msrc логотип

CVE-2023-28321

6 месяцев назад

An improper certificate validation vulnerability exists in curl <v8.1.0 in the way it supports matching of wildcard patterns when listed as "Subject Alternative Name" in TLS server certificates. curl can be built to use its own name matching function for TLS rather than one provided by a TLS library. This private wildcard matching function would match IDN (International Domain Name) hosts incorrectly and could as a result accept patterns that otherwise should mismatch. IDN hostnames are converted to puny code before used for certificate checks. Puny coded names always start with `xn--` and should not be allowed to pattern match but the wildcard check in curl could still check for `x*` which would match even though the IDN name most likely contained nothing even resembling an `x`.

CVSS3: 5.9
EPSS: Низкий
msrc логотип

CVE-2023-28320

около 3 лет назад

A denial of service vulnerability exists in curl <v8.1.0 in the way libcurl provides several different backends for resolving host names selected at build time. If it is built to use the synchronous resolver it allows name resolves to time-out slow operations using `alarm()` and `siglongjmp()`. When doing this libcurl used a global buffer that was not mutex protected and a multi-threaded application might therefore crash or otherwise misbehave.

CVSS3: 5.9
EPSS: Низкий
msrc логотип

CVE-2023-28319

6 месяцев назад

A use after free vulnerability exists in curl <v8.1.0 in the way libcurl offers a feature to verify an SSH server's public key using a SHA 256 hash. When this check fails libcurl would free the memory for the fingerprint before it returns an error message containing the (now freed) hash. This flaw risks inserting sensitive heap-based data into the error message that might be shown to users or otherwise get leaked and revealed.

CVSS3: 7.5
EPSS: Низкий
msrc логотип

CVE-2023-28314

больше 3 лет назад

Microsoft Dynamics 365 (on-premises) Cross-site Scripting Vulnerability

CVSS3: 6.1
EPSS: Низкий
msrc логотип

CVE-2023-28313

больше 3 лет назад

Microsoft Dynamics 365 Customer Voice Cross-Site Scripting Vulnerability

CVSS3: 6.1
EPSS: Низкий
msrc логотип

CVE-2023-28312

больше 3 лет назад

Azure Machine Learning Information Disclosure Vulnerability

CVSS3: 6.5
EPSS: Низкий
msrc логотип

CVE-2023-28311

больше 3 лет назад

Microsoft Word Remote Code Execution Vulnerability

CVSS3: 7.8
EPSS: Низкий
msrc логотип

CVE-2023-28310

около 3 лет назад

Microsoft Exchange Server Remote Code Execution Vulnerability

CVSS3: 8
EPSS: Средний
msrc логотип

CVE-2023-28309

больше 3 лет назад

Microsoft Dynamics 365 (on-premises) Cross-site Scripting Vulnerability

CVSS3: 7.6
EPSS: Низкий
msrc логотип

CVE-2023-28308

больше 3 лет назад

Windows DNS Server Remote Code Execution Vulnerability

CVSS3: 6.6
EPSS: Низкий
msrc логотип

CVE-2023-28307

больше 3 лет назад

Windows DNS Server Remote Code Execution Vulnerability

CVSS3: 6.6
EPSS: Низкий
msrc логотип

CVE-2023-28306

больше 3 лет назад

Windows DNS Server Remote Code Execution Vulnerability

CVSS3: 6.6
EPSS: Низкий
msrc логотип

CVE-2023-28305

больше 3 лет назад

Windows DNS Server Remote Code Execution Vulnerability

CVSS3: 6.6
EPSS: Низкий
msrc логотип

CVE-2023-28304

около 3 лет назад

Microsoft ODBC and OLE DB Remote Code Execution Vulnerability

CVSS3: 7.8
EPSS: Низкий

Уязвимостей на страницу

Уязвимость
CVSS
EPSS
Опубликовано
msrc логотип
CVE-2023-28448

Versionize is lacking bound checks potentially leading to out of bounds memory access

CVSS3: 7.5
1%
Низкий
больше 3 лет назад
msrc логотип
CVE-2023-28425

Specially crafted MSETNX command can lead to denial-of-service

CVSS3: 5.5
55%
Средний
больше 3 лет назад
msrc логотип
CVE-2023-28370

Open redirect vulnerability in Tornado versions 6.3.1 and earlier allows a remote unauthenticated attacker to redirect a user to an arbitrary web site and conduct a phishing attack by having user access a specially crafted URL.

CVSS3: 6.1
1%
Низкий
больше 1 года назад
msrc логотип
CVSS3: 5.5
0%
Низкий
больше 3 лет назад
msrc логотип
CVSS3: 5.5
0%
Низкий
больше 3 лет назад
msrc логотип
CVE-2023-28322

An information disclosure vulnerability exists in curl <v8.1.0 when doing HTTP(S) transfers libcurl might erroneously use the read callback (`CURLOPT_READFUNCTION`) to ask for data to send even when the `CURLOPT_POSTFIELDS` option has been set if the same handle previously wasused to issue a `PUT` request which used that callback. This flaw may surprise the application and cause it to misbehave and either send off the wrong data or use memory after free or similar in the second transfer. The problem exists in the logic for a reused handle when it is (expected to be) changed from a PUT to a POST.

CVSS3: 3.7
2%
Низкий
около 3 лет назад
msrc логотип
CVE-2023-28321

An improper certificate validation vulnerability exists in curl <v8.1.0 in the way it supports matching of wildcard patterns when listed as "Subject Alternative Name" in TLS server certificates. curl can be built to use its own name matching function for TLS rather than one provided by a TLS library. This private wildcard matching function would match IDN (International Domain Name) hosts incorrectly and could as a result accept patterns that otherwise should mismatch. IDN hostnames are converted to puny code before used for certificate checks. Puny coded names always start with `xn--` and should not be allowed to pattern match but the wildcard check in curl could still check for `x*` which would match even though the IDN name most likely contained nothing even resembling an `x`.

CVSS3: 5.9
2%
Низкий
6 месяцев назад
msrc логотип
CVE-2023-28320

A denial of service vulnerability exists in curl <v8.1.0 in the way libcurl provides several different backends for resolving host names selected at build time. If it is built to use the synchronous resolver it allows name resolves to time-out slow operations using `alarm()` and `siglongjmp()`. When doing this libcurl used a global buffer that was not mutex protected and a multi-threaded application might therefore crash or otherwise misbehave.

CVSS3: 5.9
3%
Низкий
около 3 лет назад
msrc логотип
CVE-2023-28319

A use after free vulnerability exists in curl <v8.1.0 in the way libcurl offers a feature to verify an SSH server's public key using a SHA 256 hash. When this check fails libcurl would free the memory for the fingerprint before it returns an error message containing the (now freed) hash. This flaw risks inserting sensitive heap-based data into the error message that might be shown to users or otherwise get leaked and revealed.

CVSS3: 7.5
2%
Низкий
6 месяцев назад
msrc логотип
CVE-2023-28314

Microsoft Dynamics 365 (on-premises) Cross-site Scripting Vulnerability

CVSS3: 6.1
1%
Низкий
больше 3 лет назад
msrc логотип
CVE-2023-28313

Microsoft Dynamics 365 Customer Voice Cross-Site Scripting Vulnerability

CVSS3: 6.1
1%
Низкий
больше 3 лет назад
msrc логотип
CVE-2023-28312

Azure Machine Learning Information Disclosure Vulnerability

CVSS3: 6.5
2%
Низкий
больше 3 лет назад
msrc логотип
CVE-2023-28311

Microsoft Word Remote Code Execution Vulnerability

CVSS3: 7.8
3%
Низкий
больше 3 лет назад
msrc логотип
CVE-2023-28310

Microsoft Exchange Server Remote Code Execution Vulnerability

CVSS3: 8
25%
Средний
около 3 лет назад
msrc логотип
CVE-2023-28309

Microsoft Dynamics 365 (on-premises) Cross-site Scripting Vulnerability

CVSS3: 7.6
1%
Низкий
больше 3 лет назад
msrc логотип
CVE-2023-28308

Windows DNS Server Remote Code Execution Vulnerability

CVSS3: 6.6
1%
Низкий
больше 3 лет назад
msrc логотип
CVE-2023-28307

Windows DNS Server Remote Code Execution Vulnerability

CVSS3: 6.6
1%
Низкий
больше 3 лет назад
msrc логотип
CVE-2023-28306

Windows DNS Server Remote Code Execution Vulnerability

CVSS3: 6.6
1%
Низкий
больше 3 лет назад
msrc логотип
CVE-2023-28305

Windows DNS Server Remote Code Execution Vulnerability

CVSS3: 6.6
1%
Низкий
больше 3 лет назад
msrc логотип
CVE-2023-28304

Microsoft ODBC and OLE DB Remote Code Execution Vulnerability

CVSS3: 7.8
1%
Низкий
около 3 лет назад

Уязвимостей на страницу