Количество 364 867
Количество 364 867
GHSA-3r39-xhjj-cwp2
dbeaver is vulnerable to Improper Restriction of XML External Entity Reference
GHSA-3r39-xffq-r9cc
A Use-After-Free (UAF) vulnerability exists in the QuickJS engine's standard library when iterating over the global list of unhandled rejected promises (ts->rejected_promise_list). * The function js_std_promise_rejection_check attempts to iterate over the rejected_promise_list to report unhandled rejections using a standard list loop. * The reason for a promise rejection is processed inside the loop, including calling js_std_dump_error1(ctx, rp->reason). * If the promise rejection reason is an Error object that defines a custom property getter (e.g., via Object.defineProperty), this getter is executed during the error dumping process. * The malicious custom getter can execute JavaScript code that calls catch() on the same rejected promise being processed. * Calling catch() internally triggers js_std_promise_rejection_tracker, which then removes and frees the current promise entry (JSRejectedPromiseEntry) from the rejected_promise_list. * Since the list i...
GHSA-3r39-mw8c-6g5f
A vulnerability, which was classified as problematic, was found in radare2 5.9.9 33286. Affected is an unknown function in the library /libr/main/rasm2.c of the component rasm2. The manipulation leads to memory corruption. An attack has to be approached locally. The exploit has been disclosed to the public and may be used. Upgrading to version 6.0.0 is able to address this issue. The patch is identified as c6c772d2eab692ce7ada5a4227afd50c355ad545. It is recommended to upgrade the affected component.
GHSA-3r39-m2vf-jxmp
SolarWinds Serv-U is affected by a privilege escalation vulnerability. This would elevate a group’s access to system administrator and allow code execution as root. The impact is lower in Windows deployments.
GHSA-3r38-g3wv-x66q
Cross-site scripting (XSS) vulnerability in admin/webservice/forms.php in the web services implementation in Moodle 2.0.x before 2.0.9, 2.1.x before 2.1.6, and 2.2.x before 2.2.3 allows remote authenticated users to inject arbitrary web script or HTML via the name field (aka the service name) to admin/webservice/service.php.
GHSA-3r38-cfr7-4765
A memory leak in the af9005_identify_state() function in drivers/media/usb/dvb-usb/af9005.c in the Linux kernel through 5.3.9 allows attackers to cause a denial of service (memory consumption), aka CID-2289adbfa559.
GHSA-3r37-p8j6-6wp6
European Chemicals Agency IUCLID before 6.27.6 allows remote authenticated users to execute arbitrary code via Server Side Template Injection (SSTI) with a crafted template file. The attacker must have template manager permission.
GHSA-3r37-c7r6-833v
YzmCMS v6.3 is affected by Cross Site Request Forgery (CSRF) in /admin.add
GHSA-3r35-cqqr-pjjf
Multiple cross-site scripting (XSS) vulnerabilities in Brad Fears phpCodeCabinet 0.4 and earlier allow remote attackers to inject arbitrary web script or HTML via multiple parameters, including (1) the sid parameter to comments.php, (2) the cid, cf, or rfd parameters to category.php, or the cid parameter to (3) input.php, (4) browse.php, (5) themes/facade/header.php, or (6) themes/phpcc/header.php.
GHSA-3r35-352r-wrcc
LibTIFF 4.3.0 has an out-of-bounds read in _TIFFmemcpy in tif_unix.c in certain situations involving a custom tag and 0x0200 as the second word of the DE field.
GHSA-3r34-xx92-673h
The issue was addressed with improved UI handling. This issue is fixed in Safari 16, tvOS 16, watchOS 9, iOS 16. Visiting a website that frames malicious content may lead to UI spoofing.
GHSA-3r34-w4xc-wf2m
Buffer overflow in Computalynx CMail POP3 mail server 2.4.9 allows remote attackers to run arbitrary code via a long HELO command.
GHSA-3r34-vq8m-39gh
Lemur: LDAP Filter Injection enables post-authentication privilege escalation
GHSA-3r34-vmwj-2j86
In the DaalaBitReader constructor of entropy_decoder.cc, there is a possible out of bounds read due to a missing bounds check. This could lead to remote information disclosure in the media server with no additional execution privileges needed. User interaction is needed for exploitation.Product: AndroidVersions: Android-10Android ID: A-147234020
GHSA-3r34-r6w3-fqp6
Microsoft Security Advisory CVE-2024-38167 | .NET Information Disclosure Vulnerability
GHSA-3r33-mvpm-6mqf
The SMTP service in MERCUR Messaging 2005 before Service Pack 4 allows remote attackers to cause a denial of service (infinite loop) via a message in which neither the originator nor recipient address is known.
GHSA-3r32-v4qm-6hph
Foscam Video Management System 1.1.4.9 contains a denial of service vulnerability in the username input field that allows attackers to crash the application. Attackers can overwrite the username with a 520-byte buffer of repeated 'A' characters to trigger an application crash during device login.
GHSA-3r32-ggmf-p3vp
Leostream Connection Broker 9.0.40.17 allows administrators to conduct directory traversal attacks by uploading z ZIP file that contains a symbolic link.
GHSA-3r32-cp7v-5wq4
Code injection in ansible semaphore
GHSA-3r2x-33h3-cm5q
A vulnerability was found in SPLWare esProc up to 20260507. This affects the function ObjectInputStream.readUnshared of the file src/main/java/com/scudata/parallel/SocketData.java. Performing a manipulation results in deserialization. Remote exploitation of the attack is possible.
Уязвимостей на страницу
Уязвимость | CVSS | EPSS | Опубликовано | |
|---|---|---|---|---|
GHSA-3r39-xhjj-cwp2 dbeaver is vulnerable to Improper Restriction of XML External Entity Reference | 1% Низкий | больше 4 лет назад | ||
GHSA-3r39-xffq-r9cc A Use-After-Free (UAF) vulnerability exists in the QuickJS engine's standard library when iterating over the global list of unhandled rejected promises (ts->rejected_promise_list). * The function js_std_promise_rejection_check attempts to iterate over the rejected_promise_list to report unhandled rejections using a standard list loop. * The reason for a promise rejection is processed inside the loop, including calling js_std_dump_error1(ctx, rp->reason). * If the promise rejection reason is an Error object that defines a custom property getter (e.g., via Object.defineProperty), this getter is executed during the error dumping process. * The malicious custom getter can execute JavaScript code that calls catch() on the same rejected promise being processed. * Calling catch() internally triggers js_std_promise_rejection_tracker, which then removes and frees the current promise entry (JSRejectedPromiseEntry) from the rejected_promise_list. * Since the list i... | CVSS3: 8.8 | 0% Низкий | 11 месяцев назад | |
GHSA-3r39-mw8c-6g5f A vulnerability, which was classified as problematic, was found in radare2 5.9.9 33286. Affected is an unknown function in the library /libr/main/rasm2.c of the component rasm2. The manipulation leads to memory corruption. An attack has to be approached locally. The exploit has been disclosed to the public and may be used. Upgrading to version 6.0.0 is able to address this issue. The patch is identified as c6c772d2eab692ce7ada5a4227afd50c355ad545. It is recommended to upgrade the affected component. | CVSS3: 3.3 | 0% Низкий | больше 1 года назад | |
GHSA-3r39-m2vf-jxmp SolarWinds Serv-U is affected by a privilege escalation vulnerability. This would elevate a group’s access to system administrator and allow code execution as root. The impact is lower in Windows deployments. | CVSS3: 9.1 | 1% Низкий | около 1 месяца назад | |
GHSA-3r38-g3wv-x66q Cross-site scripting (XSS) vulnerability in admin/webservice/forms.php in the web services implementation in Moodle 2.0.x before 2.0.9, 2.1.x before 2.1.6, and 2.2.x before 2.2.3 allows remote authenticated users to inject arbitrary web script or HTML via the name field (aka the service name) to admin/webservice/service.php. | 1% Низкий | больше 4 лет назад | ||
GHSA-3r38-cfr7-4765 A memory leak in the af9005_identify_state() function in drivers/media/usb/dvb-usb/af9005.c in the Linux kernel through 5.3.9 allows attackers to cause a denial of service (memory consumption), aka CID-2289adbfa559. | 0% Низкий | больше 4 лет назад | ||
GHSA-3r37-p8j6-6wp6 European Chemicals Agency IUCLID before 6.27.6 allows remote authenticated users to execute arbitrary code via Server Side Template Injection (SSTI) with a crafted template file. The attacker must have template manager permission. | CVSS3: 8.8 | 1% Низкий | больше 3 лет назад | |
GHSA-3r37-c7r6-833v YzmCMS v6.3 is affected by Cross Site Request Forgery (CSRF) in /admin.add | 1% Низкий | больше 4 лет назад | ||
GHSA-3r35-cqqr-pjjf Multiple cross-site scripting (XSS) vulnerabilities in Brad Fears phpCodeCabinet 0.4 and earlier allow remote attackers to inject arbitrary web script or HTML via multiple parameters, including (1) the sid parameter to comments.php, (2) the cid, cf, or rfd parameters to category.php, or the cid parameter to (3) input.php, (4) browse.php, (5) themes/facade/header.php, or (6) themes/phpcc/header.php. | 2% Низкий | больше 4 лет назад | ||
GHSA-3r35-352r-wrcc LibTIFF 4.3.0 has an out-of-bounds read in _TIFFmemcpy in tif_unix.c in certain situations involving a custom tag and 0x0200 as the second word of the DE field. | CVSS3: 5.5 | 1% Низкий | больше 4 лет назад | |
GHSA-3r34-xx92-673h The issue was addressed with improved UI handling. This issue is fixed in Safari 16, tvOS 16, watchOS 9, iOS 16. Visiting a website that frames malicious content may lead to UI spoofing. | CVSS3: 6.1 | 1% Низкий | больше 3 лет назад | |
GHSA-3r34-w4xc-wf2m Buffer overflow in Computalynx CMail POP3 mail server 2.4.9 allows remote attackers to run arbitrary code via a long HELO command. | 1% Низкий | больше 4 лет назад | ||
GHSA-3r34-vq8m-39gh Lemur: LDAP Filter Injection enables post-authentication privilege escalation | CVSS3: 8.1 | 0% Низкий | 4 месяца назад | |
GHSA-3r34-vmwj-2j86 In the DaalaBitReader constructor of entropy_decoder.cc, there is a possible out of bounds read due to a missing bounds check. This could lead to remote information disclosure in the media server with no additional execution privileges needed. User interaction is needed for exploitation.Product: AndroidVersions: Android-10Android ID: A-147234020 | 1% Низкий | больше 4 лет назад | ||
GHSA-3r34-r6w3-fqp6 Microsoft Security Advisory CVE-2024-38167 | .NET Information Disclosure Vulnerability | CVSS3: 6.5 | 1% Низкий | около 2 лет назад | |
GHSA-3r33-mvpm-6mqf The SMTP service in MERCUR Messaging 2005 before Service Pack 4 allows remote attackers to cause a denial of service (infinite loop) via a message in which neither the originator nor recipient address is known. | 2% Низкий | больше 4 лет назад | ||
GHSA-3r32-v4qm-6hph Foscam Video Management System 1.1.4.9 contains a denial of service vulnerability in the username input field that allows attackers to crash the application. Attackers can overwrite the username with a 520-byte buffer of repeated 'A' characters to trigger an application crash during device login. | CVSS3: 7.5 | 0% Низкий | 6 месяцев назад | |
GHSA-3r32-ggmf-p3vp Leostream Connection Broker 9.0.40.17 allows administrators to conduct directory traversal attacks by uploading z ZIP file that contains a symbolic link. | CVSS3: 4.9 | 1% Низкий | больше 4 лет назад | |
GHSA-3r32-cp7v-5wq4 Code injection in ansible semaphore | CVSS3: 8.8 | 1% Низкий | около 3 лет назад | |
GHSA-3r2x-33h3-cm5q A vulnerability was found in SPLWare esProc up to 20260507. This affects the function ObjectInputStream.readUnshared of the file src/main/java/com/scudata/parallel/SocketData.java. Performing a manipulation results in deserialization. Remote exploitation of the attack is possible. | CVSS3: 7.3 | 0% Низкий | 11 дней назад |
Уязвимостей на страницу