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

exploitDog

Количество 370 841

Количество 370 841

github логотип

GHSA-4c5g-m7r5-24rq

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

The securelevels implementation in NetBSD 2.1 and earlier, and Linux 2.6.15 and earlier, allows local users to bypass time setting restrictions and set the clock backwards by setting the clock ahead to the maximum unixtime value (19 Jan 2038), which then wraps around to the minimum value (13 Dec 1901), which can then be set ahead to the desired time, aka "settimeofday() time wrap."

EPSS: Низкий
github логотип

GHSA-4c5f-9mj4-m247

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

flagd: Multiple Go Runtime CVEs Impact Security and Availability

EPSS: Низкий
github логотип

GHSA-4c5f-79qg-h7jh

около 1 года назад

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Crocoblock JetEngine allows Stored XSS. This issue affects JetEngine: from n/a through 3.7.0.

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

GHSA-4c5c-rj4q-xm5w

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

MashZone NextGen through 10.7 GA has an SSRF vulnerability that allows an attacker to interact with arbitrary TCP services, by abusing the feature to check the availability of a PPM connection. This occurs in com.idsscheer.ppmmashup.web.webservice.impl.ZPrestoAdminWebService.

CVSS3: 7.2
EPSS: Низкий
github логотип

GHSA-4c5c-mh4v-prwp

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

Tivoli Endpoint in IBM Tivoli Management Framework 3.7.1, 4.1, 4.1.1, and 4.3.1 has an unspecified "built-in account" that is "trivially" accessed, which makes it easier for remote attackers to send requests to restricted pages via a session on TCP port 9495, a different vulnerability than CVE-2011-1220.

EPSS: Низкий
github логотип

GHSA-4c5c-2vc3-x5w2

3 месяца назад

Vantage6: 2FA can be circumvented with hacked email access

EPSS: Низкий
github логотип

GHSA-4c59-wg4x-f787

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

A vulnerability classified as critical has been found in SourceCodester/oretnom23 Stock Management System 1.0. Affected is an unknown function of the file /admin/?page=sales/view_sale. The manipulation of the argument ID leads to sql injection. It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used.

CVSS3: 6.3
EPSS: Низкий
github логотип

GHSA-4c59-fwcr-3f7g

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

An information leakage was addressed with additional validation. This issue is fixed in iOS 26.4 and iPadOS 26.4, macOS Tahoe 26.4, tvOS 26.4, visionOS 26.4, watchOS 26.4. An app may be able to access sensitive user data.

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

GHSA-4c58-qj3v-wwf5

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

Cisco Application Networking Manager (ANM) before 2.0 uses a default MySQL root password, which makes it easier for remote attackers to execute arbitrary operating-system commands or change system files.

EPSS: Низкий
github логотип

GHSA-4c58-m4cg-6h2f

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

During authorization checks in SAP Human Capital Management for SAP S/4HANA, the system returns specific messages. Due to this, an authenticated user with low privileges could guess and enumerate the content shown, beyond their authorized scope. This leads to disclosure of sensitive information causing a high impact on confidentiality, while integrity and availability are unaffected.

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

GHSA-4c58-jfmw-xwq5

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

Buffer overflow in uum program for Canna input system allows local users to gain root privileges.

EPSS: Низкий
github логотип

GHSA-4c57-rm7h-p47f

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

Directory traversal vulnerability in apexec.pl in Anaconda Foundation Directory allows remote attackers to read arbitrary files via a .. (dot dot) attack.

EPSS: Низкий
github логотип

GHSA-4c57-27g6-54wg

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

Memory corruption in video due to double free while parsing 3gp clip with invalid meta data atoms in Snapdragon Auto, Snapdragon Compute, Snapdragon Connectivity, Snapdragon Consumer IOT, Snapdragon Industrial IOT, Snapdragon Mobile, Snapdragon Voice & Music, Snapdragon Wearables

CVSS3: 9.8
EPSS: Низкий
github логотип

GHSA-4c56-c2ph-pp8x

около 2 месяцев назад

Apache Traffic Server reuses multiplexed HTTP/2 origin connections without verifying the server certificate covers the new request hostname. This issue affects Apache Traffic Server: from 9.0.0 through 9.2.14, from 10.0.0 through 10.1.3. Users are recommended to upgrade to version 9.2.15 or 10.1.4, which fix the issue.

CVSS3: 4.8
EPSS: Низкий
github логотип

GHSA-4c54-mjrj-jwj4

3 месяца назад

The Transbank Webpay WordPress plugin before 1.14.0 does not sanitize and escape logs to be displayed, allowing unauthenticated users to perform Stored XSS attacks against logged in administrator

CVSS3: 7.1
EPSS: Низкий
github логотип

GHSA-4c54-m5m2-vq74

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

Multiple vulnerabilities in the web-based management interface of Cisco Small Business RV016, RV042, RV042G, RV082, RV320, and RV325 Routers could allow an unauthenticated, remote attacker to conduct cross-site scripting (XSS) attacks against a user of the interface. These vulnerabilities are due to insufficient input validation by the web-based management interface. An attacker could exploit these vulnerabilities by sending crafted HTTP requests to an affected device and then persuading a user to visit specific web pages that include malicious payloads. A successful exploit could allow the attacker to execute arbitrary script code in the context of the affected interface or access sensitive, browser-based information. Cisco has not released software updates that address these vulnerabilities.

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

GHSA-4c54-jj6j-3j34

4 месяца назад

In the Linux kernel, the following vulnerability has been resolved: wifi: wl1251: validate packet IDs before indexing tx_frames wl1251_tx_packet_cb() uses the firmware completion ID directly to index the fixed 16-entry wl->tx_frames[] array. The ID is a raw u8 from the completion block, and the callback does not currently verify that it fits the array before dereferencing it. Reject completion IDs that fall outside wl->tx_frames[] and keep the existing NULL check in the same guard. This keeps the fix local to the trust boundary and avoids touching the rest of the completion flow.

CVSS3: 8.8
EPSS: Низкий
github логотип

GHSA-4c54-6q67-jfxv

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

An elevation of privilege vulnerability exists in the Microsoft Windows Update Client when it does not properly handle privileges, aka 'Microsoft Windows Update Client Elevation of Privilege Vulnerability'. This CVE ID is unique from CVE-2019-1323.

EPSS: Низкий
github логотип

GHSA-4c53-w7qg-m85h

около 1 месяца назад

In modem, there is a possible improper input validation. This could lead to remote denial of service with no additional execution privileges needed

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

GHSA-4c53-6259-p3rj

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

An issue was discovered on LG mobile devices with Android OS 7.0, 7.1, 7.2, 8.0, 8.1, and 9.0 software. The Backup subsystem does not properly restrict operations or validate their input. The LG ID is LVE-SMP-190004 (June 2019).

EPSS: Низкий

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

Уязвимость
CVSS
EPSS
Опубликовано
github логотип
GHSA-4c5g-m7r5-24rq

The securelevels implementation in NetBSD 2.1 and earlier, and Linux 2.6.15 and earlier, allows local users to bypass time setting restrictions and set the clock backwards by setting the clock ahead to the maximum unixtime value (19 Jan 2038), which then wraps around to the minimum value (13 Dec 1901), which can then be set ahead to the desired time, aka "settimeofday() time wrap."

0%
Низкий
больше 4 лет назад
github логотип
GHSA-4c5f-9mj4-m247

flagd: Multiple Go Runtime CVEs Impact Security and Availability

8 месяцев назад
github логотип
GHSA-4c5f-79qg-h7jh

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Crocoblock JetEngine allows Stored XSS. This issue affects JetEngine: from n/a through 3.7.0.

CVSS3: 6.5
0%
Низкий
около 1 года назад
github логотип
GHSA-4c5c-rj4q-xm5w

MashZone NextGen through 10.7 GA has an SSRF vulnerability that allows an attacker to interact with arbitrary TCP services, by abusing the feature to check the availability of a PPM connection. This occurs in com.idsscheer.ppmmashup.web.webservice.impl.ZPrestoAdminWebService.

CVSS3: 7.2
1%
Низкий
больше 4 лет назад
github логотип
GHSA-4c5c-mh4v-prwp

Tivoli Endpoint in IBM Tivoli Management Framework 3.7.1, 4.1, 4.1.1, and 4.3.1 has an unspecified "built-in account" that is "trivially" accessed, which makes it easier for remote attackers to send requests to restricted pages via a session on TCP port 9495, a different vulnerability than CVE-2011-1220.

2%
Низкий
больше 4 лет назад
github логотип
GHSA-4c5c-2vc3-x5w2

Vantage6: 2FA can be circumvented with hacked email access

0%
Низкий
3 месяца назад
github логотип
GHSA-4c59-wg4x-f787

A vulnerability classified as critical has been found in SourceCodester/oretnom23 Stock Management System 1.0. Affected is an unknown function of the file /admin/?page=sales/view_sale. The manipulation of the argument ID leads to sql injection. It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used.

CVSS3: 6.3
0%
Низкий
больше 1 года назад
github логотип
GHSA-4c59-fwcr-3f7g

An information leakage was addressed with additional validation. This issue is fixed in iOS 26.4 and iPadOS 26.4, macOS Tahoe 26.4, tvOS 26.4, visionOS 26.4, watchOS 26.4. An app may be able to access sensitive user data.

CVSS3: 5.5
0%
Низкий
6 месяцев назад
github логотип
GHSA-4c58-qj3v-wwf5

Cisco Application Networking Manager (ANM) before 2.0 uses a default MySQL root password, which makes it easier for remote attackers to execute arbitrary operating-system commands or change system files.

2%
Низкий
больше 4 лет назад
github логотип
GHSA-4c58-m4cg-6h2f

During authorization checks in SAP Human Capital Management for SAP S/4HANA, the system returns specific messages. Due to this, an authenticated user with low privileges could guess and enumerate the content shown, beyond their authorized scope. This leads to disclosure of sensitive information causing a high impact on confidentiality, while integrity and availability are unaffected.

CVSS3: 6.5
0%
Низкий
5 месяцев назад
github логотип
GHSA-4c58-jfmw-xwq5

Buffer overflow in uum program for Canna input system allows local users to gain root privileges.

1%
Низкий
больше 4 лет назад
github логотип
GHSA-4c57-rm7h-p47f

Directory traversal vulnerability in apexec.pl in Anaconda Foundation Directory allows remote attackers to read arbitrary files via a .. (dot dot) attack.

4%
Низкий
больше 4 лет назад
github логотип
GHSA-4c57-27g6-54wg

Memory corruption in video due to double free while parsing 3gp clip with invalid meta data atoms in Snapdragon Auto, Snapdragon Compute, Snapdragon Connectivity, Snapdragon Consumer IOT, Snapdragon Industrial IOT, Snapdragon Mobile, Snapdragon Voice & Music, Snapdragon Wearables

CVSS3: 9.8
1%
Низкий
около 4 лет назад
github логотип
GHSA-4c56-c2ph-pp8x

Apache Traffic Server reuses multiplexed HTTP/2 origin connections without verifying the server certificate covers the new request hostname. This issue affects Apache Traffic Server: from 9.0.0 through 9.2.14, from 10.0.0 through 10.1.3. Users are recommended to upgrade to version 9.2.15 or 10.1.4, which fix the issue.

CVSS3: 4.8
0%
Низкий
около 2 месяцев назад
github логотип
GHSA-4c54-mjrj-jwj4

The Transbank Webpay WordPress plugin before 1.14.0 does not sanitize and escape logs to be displayed, allowing unauthenticated users to perform Stored XSS attacks against logged in administrator

CVSS3: 7.1
0%
Низкий
3 месяца назад
github логотип
GHSA-4c54-m5m2-vq74

Multiple vulnerabilities in the web-based management interface of Cisco Small Business RV016, RV042, RV042G, RV082, RV320, and RV325 Routers could allow an unauthenticated, remote attacker to conduct cross-site scripting (XSS) attacks against a user of the interface. These vulnerabilities are due to insufficient input validation by the web-based management interface. An attacker could exploit these vulnerabilities by sending crafted HTTP requests to an affected device and then persuading a user to visit specific web pages that include malicious payloads. A successful exploit could allow the attacker to execute arbitrary script code in the context of the affected interface or access sensitive, browser-based information. Cisco has not released software updates that address these vulnerabilities.

CVSS3: 6.1
0%
Низкий
больше 3 лет назад
github логотип
GHSA-4c54-jj6j-3j34

In the Linux kernel, the following vulnerability has been resolved: wifi: wl1251: validate packet IDs before indexing tx_frames wl1251_tx_packet_cb() uses the firmware completion ID directly to index the fixed 16-entry wl->tx_frames[] array. The ID is a raw u8 from the completion block, and the callback does not currently verify that it fits the array before dereferencing it. Reject completion IDs that fall outside wl->tx_frames[] and keep the existing NULL check in the same guard. This keeps the fix local to the trust boundary and avoids touching the rest of the completion flow.

CVSS3: 8.8
0%
Низкий
4 месяца назад
github логотип
GHSA-4c54-6q67-jfxv

An elevation of privilege vulnerability exists in the Microsoft Windows Update Client when it does not properly handle privileges, aka 'Microsoft Windows Update Client Elevation of Privilege Vulnerability'. This CVE ID is unique from CVE-2019-1323.

1%
Низкий
больше 4 лет назад
github логотип
GHSA-4c53-w7qg-m85h

In modem, there is a possible improper input validation. This could lead to remote denial of service with no additional execution privileges needed

CVSS3: 7.5
0%
Низкий
около 1 месяца назад
github логотип
GHSA-4c53-6259-p3rj

An issue was discovered on LG mobile devices with Android OS 7.0, 7.1, 7.2, 8.0, 8.1, and 9.0 software. The Backup subsystem does not properly restrict operations or validate their input. The LG ID is LVE-SMP-190004 (June 2019).

0%
Низкий
больше 4 лет назад

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