‼ CVE-2022-29217 ‼
📖 Read
via "National Vulnerability Database".
PyJWT is a Python implementation of RFC 7519. PyJWT supports multiple different JWT signing algorithms. With JWT, an attacker submitting the JWT token can choose the used signing algorithm. The PyJWT library requires that the application chooses what algorithms are supported. The application can specify `jwt.algorithms.get_default_algorithms()` to get support for all algorithms, or specify a single algorithm. The issue is not that big as `algorithms=jwt.algorithms.get_default_algorithms()` has to be used. Users should upgrade to v2.4.0 to receive a patch for this issue. As a workaround, always be explicit with the algorithms that are accepted and expected when decoding.📖 Read
via "National Vulnerability Database".
‼ CVE-2022-29237 ‼
📖 Read
via "National Vulnerability Database".
Opencast is a free and open source solution for automated video capture and distribution at scale. Prior to Opencast 10.14 and 11.7, users could pass along URLs for files belonging to organizations other than the user's own, which Opencast would then import into the current organization, bypassing organizational barriers. Attackers must have full access to Opencast's ingest REST interface, and also know internal links to resources in another organization of the same Opencast cluster. Users who do not run a multi-tenant cluster are not affected by this issue. This issue is fixed in Opencast 10.14 and 11.7.📖 Read
via "National Vulnerability Database".
‼ CVE-2022-30838 ‼
📖 Read
via "National Vulnerability Database".
Covid-19 Travel Pass Management System v1.0 is vulnerable to SQL Injection via /ctpms/classes/Master.php?f=update_application_status📖 Read
via "National Vulnerability Database".
‼ CVE-2022-1850 ‼
📖 Read
via "National Vulnerability Database".
Path Traversal in GitHub repository filegator/filegator prior to 7.8.0.📖 Read
via "National Vulnerability Database".
‼ CVE-2022-30458 ‼
📖 Read
via "National Vulnerability Database".
Automotive Shop Management System v1.0 is vulnerable to Cross Site Scripting (XSS) via /asms/classes/Master.php?f=save_product, name.📖 Read
via "National Vulnerability Database".
‼ CVE-2022-30842 ‼
📖 Read
via "National Vulnerability Database".
Covid-19 Travel Pass Management System v1.0 is vulnerable to Cross Site Scripting (XSS) via /ctpms/classes/Users.php?f=save, firstname.📖 Read
via "National Vulnerability Database".
‼ CVE-2022-30464 ‼
📖 Read
via "National Vulnerability Database".
ChatBot App with Suggestion in PHP/OOP v1.0 is vulnerable to Cross Site Scripting (XSS) via /simple_chat_bot/classes/Master.php?f=save_response.📖 Read
via "National Vulnerability Database".
‼ CVE-2021-45914 ‼
📖 Read
via "National Vulnerability Database".
In LuxSoft LuxCal Web Calendar before 5.2.0, an unauthenticated attacker can manipulate a POST request. This allows the attacker's session to be authenticated as any registered LuxCal user, including the site administrator.📖 Read
via "National Vulnerability Database".
‼ CVE-2022-30460 ‼
📖 Read
via "National Vulnerability Database".
Simple Social Networking Site v1.0 is vulnerable to Cross Site Scripting (XSS) via /sns/classes/Users.php?f=save, firstname.📖 Read
via "National Vulnerability Database".
‼ CVE-2022-22306 ‼
📖 Read
via "National Vulnerability Database".
An improper certificate validation vulnerability [CWE-295] in FortiOS 6.0.0 through 6.0.14, 6.2.0 through 6.2.10, 6.4.0 through 6.4.8, 7.0.0 may allow a network adjacent and unauthenticated attacker to man-in-the-middle the communication between the FortiGate and some peers such as private SDNs and external cloud platforms.📖 Read
via "National Vulnerability Database".
‼ CVE-2022-29223 ‼
📖 Read
via "National Vulnerability Database".
Azure RTOS USBX is a USB host, device, and on-the-go (OTG) embedded stack. In versions prior to 6.1.10, an attacker can cause a buffer overflow by providing the Azure RTOS USBX host stack a HUB descriptor with `bNbPorts` set to a value greater than `UX_MAX_TT` which defaults to 8. For a `bNbPorts` value of 255, the implementation of `ux_host_class_hub_descriptor_get` function will modify the contents of `hub` -> `ux_host_class_hub_device` -> `ux_device_hub_tt` array violating the end boundary by 255 - `UX_MAX_TT` items. The USB host stack needs to validate the number of ports reported by the hub, and if the value is larger than UX_MAX_TT, USB stack needs to reject the request. This fix has been included in USBX release 6.1.10.📖 Read
via "National Vulnerability Database".
‼ CVE-2022-31261 ‼
📖 Read
via "National Vulnerability Database".
An XXE issue was discovered in Morpheus through 5.2.16 and 5.4.x through 5.4.4. A successful attack requires a SAML identity provider to be configured. In order to exploit the vulnerability, the attacker must know the unique SAML callback ID of the configured identity source. A remote attacker can send a request crafted with an XXE payload to invoke a malicious DTD hosted on a system that they control. This results in reading local files that the application has access to.📖 Read
via "National Vulnerability Database".
‼ CVE-2022-29567 ‼
📖 Read
via "National Vulnerability Database".
The default configuration of a TreeGrid component uses Object::toString as a key on the client-side and server communication in Vaadin 14.8.5 through 14.8.9, 22.0.6 through 22.0.14, 23.0.0.beta2 through 23.0.8 and 23.1.0.alpha1 through 23.1.0.alpha4, resulting in potential information disclosure of values that should not be available on the client-side.📖 Read
via "National Vulnerability Database".
‼ CVE-2022-30462 ‼
📖 Read
via "National Vulnerability Database".
Water-billing-management-system v1.0 is affected by: Cross Site Scripting (XSS) via /wbms/classes/Users.php?f=save, firstname.📖 Read
via "National Vulnerability Database".
‼ CVE-2021-45915 ‼
📖 Read
via "National Vulnerability Database".
In LuxSoft LuxCal Web Calendar before 5.2.0, an unauthenticated attacker can manipulate a cookie value. This allows the attacker's session to be authenticated as any registered LuxCal user, including the site administrator.📖 Read
via "National Vulnerability Database".
‼ CVE-2022-29219 ‼
📖 Read
via "National Vulnerability Database".
Lodestar is a TypeScript implementation of the Ethereum Consensus specification. Prior to version 0.36.0, there is a possible consensus split given maliciously-crafted `AttesterSlashing` or `ProposerSlashing` being included on-chain. Because the developers represent `uint64` values as native javascript `number`s, there is an issue when those variables with large (greater than 2^53) `uint64` values are included on chain. In those cases, Lodestar may view valid_`AttesterSlashing` or `ProposerSlashing` as invalid, due to rounding errors in large `number` values. This causes a consensus split, where Lodestar nodes are forked away from the main network. Similarly, Lodestar may consider invalid `ProposerSlashing` as valid, thus including in proposed blocks that will be considered invalid by the network. Version 0.36.0 contains a fix for this issue. As a workaround, use `BigInt` to represent `Slot` and `Epoch` values in `AttesterSlashing` and `ProposerSlashing` objects. `BigInt` is too slow to be used in all `Slot` and `Epoch` cases, so one may carefully use `BigInt` just where necessary for consensus.📖 Read
via "National Vulnerability Database".
‼ CVE-2022-30837 ‼
📖 Read
via "National Vulnerability Database".
Toll-tax-management-system v1.0 is vulnerable to Cross Site Scripting (XSS) via /ttms/classes/Master.php?f=save_recipient, vehicle_name.📖 Read
via "National Vulnerability Database".
‼ CVE-2021-44975 ‼
📖 Read
via "National Vulnerability Database".
radareorg radare2 5.5.2 is vulnerable to Buffer Overflow via /libr/core/anal_objc.c mach-o parser.📖 Read
via "National Vulnerability Database".
‼ CVE-2022-30461 ‼
📖 Read
via "National Vulnerability Database".
Water-billing-management-system v1.0 is vulnerable to SQL Injection via /wbms/classes/Master.php?f=delete_client, id📖 Read
via "National Vulnerability Database".
‼ CVE-2022-30463 ‼
📖 Read
via "National Vulnerability Database".
Automotive Shop Management System v1.0 is vulnerable to SQL Injection via /asms/classes/Master.php?f=delete_product.📖 Read
via "National Vulnerability Database".
🛠I2P 1.8.0 ðŸ›
📖 Read
via "Packet Storm Security".
I2P is an anonymizing network, offering a simple layer that identity-sensitive applications can use to securely communicate. All data is wrapped with several layers of encryption, and the network is both distributed and dynamic, with no trusted parties. This is the source code release version.📖 Read
via "Packet Storm Security".
Packetstormsecurity
I2P 1.8.0 ≈ Packet Storm
Information Security Services, News, Files, Tools, Exploits, Advisories and Whitepapers