Количество 314 212
Количество 314 212
GHSA-xwgg-m7fx-83wx
Gardener External DNS Management allows malicious google credential in DNS secret to lead to privilege escalation
GHSA-xwgg-25ph-4c8p
An out-of-bounds read issue was discovered in the Yubico-Piv 1.5.0 smartcard driver. The file lib/ykpiv.c contains the following code in the function `_ykpiv_fetch_object()`: {% highlight c %} if(sw == SW_SUCCESS) { size_t outlen; int offs = _ykpiv_get_length(data + 1, &outlen); if(offs == 0) { return YKPIV_SIZE_ERROR; } memmove(data, data + 1 + offs, outlen); *len = outlen; return YKPIV_OK; } else { return YKPIV_GENERIC_ERROR; } {% endhighlight %} -- in the end, a `memmove()` occurs with a length retrieved from APDU data. This length is not checked for whether it is outside of the APDU data retrieved. Therefore the `memmove()` could copy bytes behind the allocated data buffer into this buffer.
GHSA-xwgf-rg8j-2j5x
A unauthenticated denial of service vulnerability exists in Citrix ADC <13.0-83.27, <12.1-63.22 and 11.1-65.23 when configured as a VPN (Gateway) or AAA virtual server could allow an attacker to cause a temporary disruption of the Management GUI, Nitro API, and RPC communication.
GHSA-xwgf-pv23-3mwx
The AWV portal of Mitel MiCollab before 9.2 could allow an attacker to gain access to conference information by sending arbitrary code due to improper input validation, aka XSS. Successful exploitation could allow an attacker to view user conference information.
GHSA-xwgc-vv45-5jgh
A buffer overflow vulnerability in the vlc_input_attachment_New component of VideoLAN VLC Media Player 3.0.11 allows attackers to cause an out-of-bounds read via a crafted .avi file.
GHSA-xwgc-fx9q-hg8x
The URL Shortener Plugin For WordPress plugin for WordPress is vulnerable to unauthorized access to functionality provided by the API due to a missing capability check on the verifyRequest function in all versions up to, and including, 3.0.7. This makes it possible for authenticated attackers, with Subscriber-level access and above, to modify links.
GHSA-xwgc-99jv-crpq
Cross-site scripting (XSS) vulnerability in the URL submission form in YourFreeWorld.com Short Url & Url Tracker Script allows remote attackers to inject arbitrary web script or HTML via an unspecified form for submitting URLs.
GHSA-xwgc-2jgm-rr7j
Laravel Nova 3.7.0 contains a denial of service vulnerability that allows authenticated users to crash the application by manipulating the 'range' parameter. Attackers can send simultaneous requests with an extremely high range value to overwhelm and crash the server.
GHSA-xwg8-9pgw-wh26
Multiple memory leaks in Hitachi Directory Server 2 P-2444-A124 before 02-11-/K on Windows, and P-1B44-A121 before 02-10-/V on HP-UX, allow remote attackers to cause a denial of service (memory consumption) via invalid LDAP requests.
GHSA-xwg7-rmp4-8cjp
PHPGurukul Online Shopping Portal 2.0 is vulnerable to SQL Injection via the product parameter in search-result.php.
GHSA-xwg7-jq5f-xfcj
Improper Resource Locking vulnerability in Mitsubishi Electric MELSEC-Q Series Q03UDECPU all versions, Mitsubishi Electric MELSEC-Q Series Q04/06/10/13/20/26/50/100UDEHCPU all versions, Mitsubishi Electric MELSEC-Q Series Q03/04/06/13/26UDVCPU the first 5 digits of serial number "24051" and prior, Mitsubishi Electric MELSEC-Q Series Q04/06/13/26UDPVCPU the first 5 digits of serial number "24051" and prior, Mitsubishi Electric MELSEC-L series L02/06/26CPU(-P) the first 5 digits of serial number "24051" and prior and Mitsubishi Electric MELSEC-L series L26CPU-(P)BT the first 5 digits of serial number "24051" and prior allows a remote unauthenticated attacker to cause a denial of service (DoS) condition in Ethernet communications by sending specially crafted packets. A system reset of the products is required for recovery.
GHSA-xwg7-27f3-h3r6
ntmulti.exe in the Multi User Profile Cleanup service in IBM Notes 8.0, 8.0.1, 8.0.2, 8.5, 8.5.1, 8.5.2, 8.5.3 before FP5, and 9.0 before IF2 allows local users to gain privileges via vectors that arrange for code to be executed during the next login session of a different user, aka SPR PJOK959J24.
GHSA-xwg5-v6xw-gqpc
A Windows user with basic user authorization can exploit a DLL hijacking attack in SapSetup (Software Installation Program) - version 9.0, resulting in a privilege escalation running code as administrator of the very same Windows PC. A successful attack depends on various preconditions beyond the attackers control.
GHSA-xwg4-93c6-3h42
Directory Traversal in send
GHSA-xwg4-3m43-wmp8
Cross-Site Request Forgery (CSRF) vulnerability in Fahad Mahmood Endless Posts Navigation allows Stored XSS.This issue affects Endless Posts Navigation: from n/a through 2.2.7.
GHSA-xwg3-qrcg-w9x6
Timing side channel vulnerability in UIDL request handler in Vaadin 10, 11-14, and 15-18
GHSA-xwg3-q63r-8hgc
SQL injection vulnerability in DSLogin 1.0, with magic_quotes_gpc disabled, allows remote attackers to execute arbitrary SQL commands and bypass authentication via the $log_userid variable in (1) index.php and (2) admin/index.php.
GHSA-xwg3-gjxh-c8pm
Malicious Package in ngx-context-menu
GHSA-xwg2-xrcw-f6q6
The Java administration console in SAP CRM has XSS. This is SAP Security Note 2478964.
GHSA-xwg2-qc6c-7c3q
Fabric vulnerable to symlink attack on tmp files
Уязвимостей на страницу
Уязвимость | CVSS | EPSS | Опубликовано | |
|---|---|---|---|---|
GHSA-xwgg-m7fx-83wx Gardener External DNS Management allows malicious google credential in DNS secret to lead to privilege escalation | CVSS3: 9.9 | 0% Низкий | 9 месяцев назад | |
GHSA-xwgg-25ph-4c8p An out-of-bounds read issue was discovered in the Yubico-Piv 1.5.0 smartcard driver. The file lib/ykpiv.c contains the following code in the function `_ykpiv_fetch_object()`: {% highlight c %} if(sw == SW_SUCCESS) { size_t outlen; int offs = _ykpiv_get_length(data + 1, &outlen); if(offs == 0) { return YKPIV_SIZE_ERROR; } memmove(data, data + 1 + offs, outlen); *len = outlen; return YKPIV_OK; } else { return YKPIV_GENERIC_ERROR; } {% endhighlight %} -- in the end, a `memmove()` occurs with a length retrieved from APDU data. This length is not checked for whether it is outside of the APDU data retrieved. Therefore the `memmove()` could copy bytes behind the allocated data buffer into this buffer. | CVSS3: 4.6 | 0% Низкий | больше 3 лет назад | |
GHSA-xwgf-rg8j-2j5x A unauthenticated denial of service vulnerability exists in Citrix ADC <13.0-83.27, <12.1-63.22 and 11.1-65.23 when configured as a VPN (Gateway) or AAA virtual server could allow an attacker to cause a temporary disruption of the Management GUI, Nitro API, and RPC communication. | 1% Низкий | около 4 лет назад | ||
GHSA-xwgf-pv23-3mwx The AWV portal of Mitel MiCollab before 9.2 could allow an attacker to gain access to conference information by sending arbitrary code due to improper input validation, aka XSS. Successful exploitation could allow an attacker to view user conference information. | 0% Низкий | больше 3 лет назад | ||
GHSA-xwgc-vv45-5jgh A buffer overflow vulnerability in the vlc_input_attachment_New component of VideoLAN VLC Media Player 3.0.11 allows attackers to cause an out-of-bounds read via a crafted .avi file. | CVSS3: 7.1 | 0% Низкий | больше 3 лет назад | |
GHSA-xwgc-fx9q-hg8x The URL Shortener Plugin For WordPress plugin for WordPress is vulnerable to unauthorized access to functionality provided by the API due to a missing capability check on the verifyRequest function in all versions up to, and including, 3.0.7. This makes it possible for authenticated attackers, with Subscriber-level access and above, to modify links. | CVSS3: 6.3 | 0% Низкий | 4 месяца назад | |
GHSA-xwgc-99jv-crpq Cross-site scripting (XSS) vulnerability in the URL submission form in YourFreeWorld.com Short Url & Url Tracker Script allows remote attackers to inject arbitrary web script or HTML via an unspecified form for submitting URLs. | 1% Низкий | почти 4 года назад | ||
GHSA-xwgc-2jgm-rr7j Laravel Nova 3.7.0 contains a denial of service vulnerability that allows authenticated users to crash the application by manipulating the 'range' parameter. Attackers can send simultaneous requests with an extremely high range value to overwhelm and crash the server. | CVSS3: 6.5 | 0% Низкий | 10 дней назад | |
GHSA-xwg8-9pgw-wh26 Multiple memory leaks in Hitachi Directory Server 2 P-2444-A124 before 02-11-/K on Windows, and P-1B44-A121 before 02-10-/V on HP-UX, allow remote attackers to cause a denial of service (memory consumption) via invalid LDAP requests. | 1% Низкий | почти 4 года назад | ||
GHSA-xwg7-rmp4-8cjp PHPGurukul Online Shopping Portal 2.0 is vulnerable to SQL Injection via the product parameter in search-result.php. | CVSS3: 6.5 | 0% Низкий | 3 месяца назад | |
GHSA-xwg7-jq5f-xfcj Improper Resource Locking vulnerability in Mitsubishi Electric MELSEC-Q Series Q03UDECPU all versions, Mitsubishi Electric MELSEC-Q Series Q04/06/10/13/20/26/50/100UDEHCPU all versions, Mitsubishi Electric MELSEC-Q Series Q03/04/06/13/26UDVCPU the first 5 digits of serial number "24051" and prior, Mitsubishi Electric MELSEC-Q Series Q04/06/13/26UDPVCPU the first 5 digits of serial number "24051" and prior, Mitsubishi Electric MELSEC-L series L02/06/26CPU(-P) the first 5 digits of serial number "24051" and prior and Mitsubishi Electric MELSEC-L series L26CPU-(P)BT the first 5 digits of serial number "24051" and prior allows a remote unauthenticated attacker to cause a denial of service (DoS) condition in Ethernet communications by sending specially crafted packets. A system reset of the products is required for recovery. | CVSS3: 7.5 | 0% Низкий | больше 3 лет назад | |
GHSA-xwg7-27f3-h3r6 ntmulti.exe in the Multi User Profile Cleanup service in IBM Notes 8.0, 8.0.1, 8.0.2, 8.5, 8.5.1, 8.5.2, 8.5.3 before FP5, and 9.0 before IF2 allows local users to gain privileges via vectors that arrange for code to be executed during the next login session of a different user, aka SPR PJOK959J24. | 0% Низкий | почти 4 года назад | ||
GHSA-xwg5-v6xw-gqpc A Windows user with basic user authorization can exploit a DLL hijacking attack in SapSetup (Software Installation Program) - version 9.0, resulting in a privilege escalation running code as administrator of the very same Windows PC. A successful attack depends on various preconditions beyond the attackers control. | CVSS3: 7.3 | 0% Низкий | почти 3 года назад | |
GHSA-xwg4-93c6-3h42 Directory Traversal in send | 5% Низкий | больше 8 лет назад | ||
GHSA-xwg4-3m43-wmp8 Cross-Site Request Forgery (CSRF) vulnerability in Fahad Mahmood Endless Posts Navigation allows Stored XSS.This issue affects Endless Posts Navigation: from n/a through 2.2.7. | CVSS3: 7.1 | 0% Низкий | больше 1 года назад | |
GHSA-xwg3-qrcg-w9x6 Timing side channel vulnerability in UIDL request handler in Vaadin 10, 11-14, and 15-18 | CVSS3: 4 | 0% Низкий | почти 5 лет назад | |
GHSA-xwg3-q63r-8hgc SQL injection vulnerability in DSLogin 1.0, with magic_quotes_gpc disabled, allows remote attackers to execute arbitrary SQL commands and bypass authentication via the $log_userid variable in (1) index.php and (2) admin/index.php. | 2% Низкий | почти 4 года назад | ||
GHSA-xwg3-gjxh-c8pm Malicious Package in ngx-context-menu | больше 5 лет назад | |||
GHSA-xwg2-xrcw-f6q6 The Java administration console in SAP CRM has XSS. This is SAP Security Note 2478964. | CVSS3: 6.1 | 0% Низкий | больше 3 лет назад | |
GHSA-xwg2-qc6c-7c3q Fabric vulnerable to symlink attack on tmp files | 0% Низкий | больше 3 лет назад |
Уязвимостей на страницу