🕴 APT37 Uses Internet Explorer Zero-Day to Spread Malware 🕴
📖 Read
via "Dark Reading".
IE is still a vector: South Koreans lured in with references to the deadly Halloween celebration crowd crush in Seoul last October.📖 Read
via "Dark Reading".
Dark Reading
APT37 Uses Internet Explorer Zero-Day to Spread Malware
IE is still a vector: South Koreans lured in with references to the deadly Halloween celebration crowd crush in Seoul last October.
🕴 Lack of Cybersecurity Expertise Poses Threat for Public-Safety Orgs 🕴
📖 Read
via "Dark Reading".
More than three-quarters of police and emergency responders worry about ransomware attacks and data leaks, while their organizations lag behind in technology adoption.📖 Read
via "Dark Reading".
Dark Reading
Lack of Cybersecurity Expertise Poses Threat for Public-Safety Orgs
More than three-quarters of police and emergency responders worry about ransomware attacks and data leaks, while their organizations lag behind in technology adoption.
🕴 How Do I Use the Domain Score to Determine if a Domain Is a Threat? 🕴
📖 Read
via "Dark Reading".
To be most effective, protective DNS services need to constantly reassess and rescore domains as additional data comes in.📖 Read
via "Dark Reading".
Dark Reading
How Do I Use the Domain Score to Determine Whether a Domain Is a Threat?
To be most effective, protective DNS services need to constantly reassess and rescore domains as additional data comes in.
‼ CVE-2022-44938 ‼
📖 Read
via "National Vulnerability Database".
Weak reset token generation in SeedDMS v6.0.20 and v5.1.7 allows attackers to execute a full account takeover via a brute force attack.📖 Read
via "National Vulnerability Database".
‼ CVE-2022-41717 ‼
📖 Read
via "National Vulnerability Database".
An attacker can cause excessive memory growth in a Go server accepting HTTP/2 requests. HTTP/2 server connections contain a cache of HTTP header keys sent by the client. While the total number of entries in this cache is capped, an attacker sending very large keys can cause the server to allocate approximately 64 MiB per open connection.📖 Read
via "National Vulnerability Database".
‼ CVE-2022-4366 ‼
📖 Read
via "National Vulnerability Database".
Exposure of Sensitive System Information to an Unauthorized Control Sphere in GitHub repository lirantal/daloradius prior to master branch.📖 Read
via "National Vulnerability Database".
🕴 Agrius Iranian APT Group Cuts Into Diamond Industry 🕴
📖 Read
via "Dark Reading".
The supply chain attack is piggybacking off an earlier breach to deploy new wiper malware.📖 Read
via "Dark Reading".
Dark Reading
Agrius Iranian APT Group Cuts Into Diamond Industry
The supply chain attack is piggybacking off an earlier breach to deploy new wiper malware.
‼ CVE-2022-41949 ‼
📖 Read
via "National Vulnerability Database".
DHIS 2 is an open source information system for data capture, management, validation, analytics and visualization. In affected versions an authenticated DHIS2 user can craft a request to DHIS2 to instruct the server to make requests to external resources (like third party servers). This could allow an attacker, for example, to identify vulnerable services which might not be otherwise exposed to the public internet or to determine whether a specific file is present on the DHIS2 server. DHIS2 administrators should upgrade to the following hotfix releases: 2.36.12.1, 2.37.8.1, 2.38.2.1, 2.39.0.1. At this time, there is no known workaround or mitigation for this vulnerability.📖 Read
via "National Vulnerability Database".
‼ CVE-2022-33186 ‼
📖 Read
via "National Vulnerability Database".
A vulnerability in Brocade Fabric OS software v9.1.1, v9.0.1e, v8.2.3c, v7.4.2j, and earlier versions could allow a remote unauthenticated attacker to execute on a Brocade Fabric OS switch commands capable of modifying zoning, disabling the switch, disabling ports, and modifying the switch IP address.📖 Read
via "National Vulnerability Database".
‼ CVE-2022-23469 ‼
📖 Read
via "National Vulnerability Database".
Traefik is an open source HTTP reverse proxy and load balancer. Versions prior to 2.9.6 are subject to a potential vulnerability in Traefik displaying the Authorization header in its debug logs. In certain cases, if the log level is set to DEBUG, credentials provided using the Authorization header are displayed in the debug logs. Attackers must have access to a users logging system in order for credentials to be stolen. This issue has been addressed in version 2.9.6. Users are advised to upgrade. Users unable to upgrade may set the log level to `INFO`, `WARN`, or `ERROR`.📖 Read
via "National Vulnerability Database".
‼ CVE-2022-23494 ‼
📖 Read
via "National Vulnerability Database".
tinymce is an open source rich text editor. A cross-site scripting (XSS) vulnerability was discovered in the alert and confirm dialogs when these dialogs were provided with malicious HTML content. This can occur in plugins that use the alert or confirm dialogs, such as in the `image` plugin, which presents these dialogs when certain errors occur. The vulnerability allowed arbitrary JavaScript execution when an alert presented in the TinyMCE UI for the current user. This vulnerability has been patched in TinyMCE 5.10.7 and TinyMCE 6.3.1 by ensuring HTML sanitization was still performed after unwrapping invalid elements. Users are advised to upgrade to either 5.10.7 or 6.3.1. Users unable to upgrade may ensure the the `images_upload_handler` returns a valid value as per the images_upload_handler documentation.📖 Read
via "National Vulnerability Database".
‼ CVE-2022-46153 ‼
📖 Read
via "National Vulnerability Database".
Traefik is an open source HTTP reverse proxy and load balancer. In affected versions there is a potential vulnerability in Traefik managing TLS connections. A router configured with a not well-formatted TLSOption is exposed with an empty TLSOption. For instance, a route secured using an mTLS connection set with a wrong CA file is exposed without verifying the client certificates. Users are advised to upgrade to version 2.9.6. Users unable to upgrade should check their logs to detect the error messages and fix your TLS options.📖 Read
via "National Vulnerability Database".
‼ CVE-2022-23495 ‼
📖 Read
via "National Vulnerability Database".
go-merkledag implements the 'DAGService' interface and adds two ipld node types, Protobuf and Raw for the ipfs project. A `ProtoNode` may be modified in such a way as to cause various encode errors which will trigger a panic on common method calls that don't allow for error returns. A `ProtoNode` should only be able to encode to valid DAG-PB, attempting to encode invalid DAG-PB forms will result in an error from the codec. Manipulation of an existing (newly created or decoded) `ProtoNode` using the modifier methods did not account for certain states that would place the `ProtoNode` into an unencodeable form. Due to conformance with the [`github.com/ipfs/go-block-format#Block`](https://pkg.go.dev/github.com/ipfs/go-block-format#Block) and [`github.com/ipfs/go-ipld-format#Node`](https://pkg.go.dev/github.com/ipfs/go-ipld-format#Node) interfaces, certain methods, which internally require a re-encode if state has changed, will panic due to the inability to return an error. This issue has been addressed across a number of pull requests. Users are advised to upgrade to version 0.8.1 for a complete set of fixes. Users unable to upgrade may attempt to mitigate this issue by sanitising inputs when allowing user-input to set a new `CidBuilder` on a `ProtoNode` and by sanitising `Tsize` (`Link#Size`) values such that they are a reasonable byte-size for sub-DAGs where derived from user-input.📖 Read
via "National Vulnerability Database".
‼ CVE-2022-46158 ‼
📖 Read
via "National Vulnerability Database".
PrestaShop is an open-source e-commerce solution. Versions prior to 1.7.8.8 did not properly restrict host filesystem access for users. Users may have been able to view the contents of the upload directory without appropriate permissions. This issue has been addressed and users are advised to upgrade to version 1.7.8.8. There are no known workarounds for this issue.📖 Read
via "National Vulnerability Database".
‼ CVE-2022-23496 ‼
📖 Read
via "National Vulnerability Database".
Yet Another UserAgent Analyzer (Yauaa) is a java library that tries to parse and analyze the useragent string and extract as many relevant attributes as possible. Applications using the Client Hints analysis feature introduced with 7.0.0 can crash because the Yauaa library throws an ArrayIndexOutOfBoundsException. If uncaught the exception will result in a program crash. Applications that do not use this feature are not affected. Users are advised to upgrade to version 7.9.0. Users unable to upgrade may catch and discard any ArrayIndexOutOfBoundsException thrown by the Yauaa library.📖 Read
via "National Vulnerability Database".
🕴 CNAPP Shines a Light Into Evolving Cloud Environments 🕴
📖 Read
via "Dark Reading".
Cloud-native application protection platform (CNAPP) addresses security challenges in multicloud environments, including integrating applications across multicloud or hybrid cloud environments.📖 Read
via "Dark Reading".
Dark Reading
CNAPP Shines a Light Into Evolving Cloud Environments
Cloud-native application protection platform (CNAPP) addresses security challenges in multicloud environments, including integrating applications across multicloud or hybrid cloud environments.
🕴 3 Ways Attackers Bypass Cloud Security 🕴
📖 Read
via "Dark Reading".
At Black Hat Europe, a security researcher details the main evasion techniques attackers are currently using in the cloud.📖 Read
via "Dark Reading".
Dark Reading
3 Ways Attackers Bypass Cloud Security
At Black Hat Europe, a security researcher details the main evasion techniques attackers are currently using in the cloud.
‼ CVE-2022-38765 ‼
📖 Read
via "National Vulnerability Database".
Canon Medical Informatics Vitrea Vision 7.7.76.1 does not adequately enforce access controls. An authenticated user is able to gain unauthorized access to imaging records by tampering with the vitrea-view/studies/search patientId parameter.📖 Read
via "National Vulnerability Database".
‼ CVE-2022-41947 ‼
📖 Read
via "National Vulnerability Database".
DHIS 2 is an open source information system for data capture, management, validation, analytics and visualization. Through various features of DHIS2, an authenticated user may be able to upload a file which includes embedded javascript. The user could then potentially trick another authenticated user to open the malicious file in a browser which would trigger the javascript code, resulting in a cross-site scripting (XSS) attack. DHIS2 administrators should upgrade to the following hotfix releases: 2.36.12.1, 2.37.8.1, 2.38.2.1, 2.39.0.1. Users unable to upgrade may add the following simple CSP rule in your web proxy to the vulnerable endpoints: `script-src 'none'`. This workaround will prevent all javascript from running on those endpoints.📖 Read
via "National Vulnerability Database".
‼ CVE-2022-41948 ‼
📖 Read
via "National Vulnerability Database".
DHIS 2 is an open source information system for data capture, management, validation, analytics and visualization. Affected versions are subject to a privilege escalation vulnerability. A DHIS2 user with authority to manage users can assign superuser privileges to themself by manually crafting an HTTP PUT request. Only users with the following DHIS2 user role authorities can exploit this vulnerability. Note that in many systems the only users with user admin privileges are also superusers. In these cases, the escalation vulnerability does not exist. The vulnerability is only exploitable by attackers who can authenticate as users with the user admin authority. As this is usually a small and relatively trusted set of users, exploit vectors will often be limited. DHIS2 administrators should upgrade to the following hotfix releases: 2.36.12.1, 2.37.8.1, 2.38.2.1, 2.39.0.1. The only known workaround to this issue is to avoid the assignment of the user management authority to any users until the patch has been applied.📖 Read
via "National Vulnerability Database".
🗓️ JSON syntax hack allowed SQL injection payloads to be smuggled past WAFs 🗓️
📖 Read
via "The Daily Swig".
Five vendors act to thwart generic hack📖 Read
via "The Daily Swig".
The Daily Swig | Cybersecurity news and views
JSON syntax hack allowed SQL injection payloads to be smuggled past WAFs
Five vendors act to thwart generic hack
👍1