‼ CVE-2022-42243 (simple_cold_storage_management_system) ‼
📖 Read
via "National Vulnerability Database".
Simple Cold Storage Management System v1.0 is vulnerable to SQL injection via /csms/admin/storages/manage_storage.php?id=.📖 Read
via "National Vulnerability Database".
‼ CVE-2022-41556 ‼
📖 Read
via "National Vulnerability Database".
A resource leak in gw_backend.c in lighttpd 1.4.56 through 1.4.66 could lead to a denial of service (connection-slot exhaustion) after a large amount of anomalous TCP behavior by clients. It is related to RDHUP mishandling in certain HTTP/1.1 chunked situations. Use of mod_fastcgi is, for example, affected. This is fixed in 1.4.67.📖 Read
via "National Vulnerability Database".
‼ CVE-2022-41528 ‼
📖 Read
via "National Vulnerability Database".
TOTOLINK NR1800X V9.1.0u.6279_B20210910 was discovered to contain an authenticated stack overflow via the text parameter in the setSmsCfg function.📖 Read
via "National Vulnerability Database".
‼ CVE-2022-41526 ‼
📖 Read
via "National Vulnerability Database".
TOTOLINK NR1800X V9.1.0u.6279_B20210910 was discovered to contain an authenticated stack overflow via the ip parameter in the setDiagnosisCfg function.📖 Read
via "National Vulnerability Database".
‼ CVE-2022-41853 ‼
📖 Read
via "National Vulnerability Database".
Those using java.sql.Statement or java.sql.PreparedStatement in hsqldb (HyperSQL DataBase) to process untrusted input may be vulnerable to a remote code execution attack. By default it is allowed to call any static method of any Java class in the classpath resulting in code execution. The issue can be prevented by updating to 2.7.1 or by setting the system property "hsqldb.method_class_names" to classes which are allowed to be called. For example, System.setProperty("hsqldb.method_class_names", "abc") or Java argument -Dhsqldb.method_class_names="abc" can be used. From version 2.7.1 all classes by default are not accessible except those in java.lang.Math and need to be manually enabled.📖 Read
via "National Vulnerability Database".
‼ CVE-2022-41523 ‼
📖 Read
via "National Vulnerability Database".
TOTOLINK NR1800X V9.1.0u.6279_B20210910 was discovered to contain an authenticated stack overflow via the command parameter in the setTracerouteCfg function.📖 Read
via "National Vulnerability Database".
‼ CVE-2022-41524 ‼
📖 Read
via "National Vulnerability Database".
TOTOLINK NR1800X V9.1.0u.6279_B20210910 was discovered to contain an authenticated stack overflow via the week, sTime, and eTime parameters in the setParentalRules function.📖 Read
via "National Vulnerability Database".
‼ CVE-2022-41520 ‼
📖 Read
via "National Vulnerability Database".
TOTOLINK NR1800X V9.1.0u.6279_B20210910 was discovered to contain an authenticated stack overflow via the File parameter in the UploadCustomModule function.📖 Read
via "National Vulnerability Database".
‼ CVE-2022-41522 ‼
📖 Read
via "National Vulnerability Database".
TOTOLINK NR1800X V9.1.0u.6279_B20210910 was discovered to contain an unauthenticated stack overflow via the "main" function.📖 Read
via "National Vulnerability Database".
‼ CVE-2022-41517 ‼
📖 Read
via "National Vulnerability Database".
TOTOLINK NR1800X V9.1.0u.6279_B20210910 was discovered to contain a stack overflow in the lang parameter in the setLanguageCfg function📖 Read
via "National Vulnerability Database".
‼ CVE-2022-40161 ‼
📖 Read
via "National Vulnerability Database".
Those using JXPath to interpret XPath may be vulnerable to Denial of Service attacks (DOS). If the parser is running on user supplied input, an attacker may supply content that causes the parser to crash by stackoverflow. This effect may support a denial of service attack.📖 Read
via "National Vulnerability Database".
‼ CVE-2022-41521 ‼
📖 Read
via "National Vulnerability Database".
TOTOLINK NR1800X V9.1.0u.6279_B20210910 was discovered to contain an authenticated stack overflow via the sPort/ePort parameter in the setIpPortFilterRules function.📖 Read
via "National Vulnerability Database".
‼ CVE-2022-41525 ‼
📖 Read
via "National Vulnerability Database".
TOTOLINK NR1800X V9.1.0u.6279_B20210910 was discovered to contain a command injection vulnerability via the OpModeCfg function at /cgi-bin/cstecgi.cgi.📖 Read
via "National Vulnerability Database".
‼ CVE-2022-41518 ‼
📖 Read
via "National Vulnerability Database".
TOTOLINK NR1800X V9.1.0u.6279_B20210910 was discovered to contain a command injection vulnerability via the UploadFirmwareFile function at /cgi-bin/cstecgi.cgi.📖 Read
via "National Vulnerability Database".
‼ CVE-2022-41294 ‼
📖 Read
via "National Vulnerability Database".
IBM Robotic Process Automation 21.0.0, 21.0.1, 21.0.2, 21.0.3, and 21.0.4 is vulnerable to cross origin resource sharing using the bot api. IBM X-Force ID: 236807.📖 Read
via "National Vulnerability Database".
‼ CVE-2022-42457 ‼
📖 Read
via "National Vulnerability Database".
Generex CS141 before 2.08 allows remote command execution by administrators via a web interface that reaches run_update in /usr/bin/gxserve-update.sh (e.g., command execution can occur via a reverse shell installed by install.sh).📖 Read
via "National Vulnerability Database".
‼ CVE-2022-39279 ‼
📖 Read
via "National Vulnerability Database".
discourse-chat is a plugin for the Discourse message board which adds chat functionality. In versions prior to 0.9 some places render a chat channel's name and description in an unsafe way, allowing staff members to cause an cross site scripting (XSS) attack by inserting unsafe HTML into them. Version 0.9 has addressed this issue. Users are advised to upgrade. There are no known workarounds for this issue.📖 Read
via "National Vulnerability Database".
‼ CVE-2022-27810 ‼
📖 Read
via "National Vulnerability Database".
It was possible to trigger an infinite recursion condition in the error handler when Hermes executed specific maliciously formed JavaScript. This condition was only possible to trigger in dev-mode (when asserts were enabled). This issue affects Hermes versions prior to v0.12.0.📖 Read
via "National Vulnerability Database".
‼ CVE-2022-39284 ‼
📖 Read
via "National Vulnerability Database".
CodeIgniter is a PHP full-stack web framework. In versions prior to 4.2.7 setting `$secure` or `$httponly` value to `true` in `Config\Cookie` is not reflected in `set_cookie()` or `Response::setCookie()`. As a result cookie values are erroneously exposed to scripts. It should be noted that this vulnerability does not affect session cookies. Users are advised to upgrade to v4.2.7 or later. Users unable to upgrade are advised to manually construct their cookies either by setting the options in code or by constructing Cookie objects. Examples of each workaround are available in the linked GHSA.📖 Read
via "National Vulnerability Database".
‼ CVE-2022-41355 ‼
📖 Read
via "National Vulnerability Database".
Online Leave Management System v1.0 was discovered to contain a SQL injection vulnerability via the id parameter at /leave_system/classes/Master.php?f=delete_department.📖 Read
via "National Vulnerability Database".
‼ CVE-2022-26236 ‼
📖 Read
via "National Vulnerability Database".
The default privileges for the running service Normand Remisol Advance Launcher in Beckman Coulter Remisol Advance v2.0.12.1 and prior allows non-privileged users to overwrite and manipulate executables and libraries. This allows attackers to access sensitive data.📖 Read
via "National Vulnerability Database".