βΌ CVE-2023-39107 βΌ
π Read
via "National Vulnerability Database".
An arbitrary file overwrite vulnerability in NoMachine Free Edition and Enterprise Client for macOS before v8.8.1 allows attackers to overwrite root-owned files by using hardlinks.π Read
via "National Vulnerability Database".
βΌ CVE-2023-33378 βΌ
π Read
via "National Vulnerability Database".
Connected IO v2.1.0 and prior has an argument injection vulnerability in its AT command message in its communication protocol, enabling attackers to execute arbitrary OS commands on devices.π Read
via "National Vulnerability Database".
βΌ CVE-2023-33376 βΌ
π Read
via "National Vulnerability Database".
Connected IO v2.1.0 and prior has an argument injection vulnerability in its iptables command message in its communication protocol, enabling attackers to execute arbitrary OS commands on devices.π Read
via "National Vulnerability Database".
βΌ CVE-2023-33372 βΌ
π Read
via "National Vulnerability Database".
Connected IO v2.1.0 and prior uses a hard-coded username/password pair embedded in their device's firmware used for device communication using MQTT. An attacker who gained access to these credentials is able to connect to the MQTT broker and send messages on behalf of devices, impersonating them. in order to sign and verify JWT session tokens, allowing attackers to sign arbitrary session tokens and bypass authentication.π Read
via "National Vulnerability Database".
βΌ CVE-2023-4157 βΌ
π Read
via "National Vulnerability Database".
Improper Input Validation in GitHub repository omeka/omeka-s prior to 4.0.3.π Read
via "National Vulnerability Database".
βΌ CVE-2023-38698 βΌ
π Read
via "National Vulnerability Database".
Ethereum Name Service (ENS) is a distributed, open, and extensible naming system based on the Ethereum blockchain. According to the documentation, controllers are allowed to register new domains and extend the expiry of existing domains, but they cannot change the ownership or reduce the expiration time of existing domains. However, a preliminary analysis suggests that an attacker-controlled controller may be able to reduce the expiration time of existing domains due to an integer overflow in the renew function. The vulnerability resides `@ensdomains/ens-contracts` prior to version 0.0.22.If successfully exploited, this vulnerability would enable attackers to force the expiration of any ENS record, ultimately allowing them to claim the affected domains for themselves. Currently, it would require a malicious DAO to exploit it. Nevertheless, any vulnerability present in the controllers could potentially render this issue exploitable in the future. An additional concern is the possibility of renewal discounts. Should ENS decide to implement a system that offers unlimited .eth domains for a fixed fee in the future, the vulnerability could become exploitable by any user due to the reduced attack cost.Version 0.0.22 contains a patch for this issue. As long as registration cost remains linear or superlinear based on registration duration, or limited to a reasonable maximum (eg, 1 million years), this vulnerability could only be exploited by a malicious DAO. The interim workaround is thus to take no action.π Read
via "National Vulnerability Database".
βΌ CVE-2023-33373 βΌ
π Read
via "National Vulnerability Database".
Connected IO v2.1.0 and prior keeps passwords and credentials in clear-text format, allowing attackers to exfiltrate the credentials and use them to impersonate the devices.π Read
via "National Vulnerability Database".
βΌ CVE-2023-38332 βΌ
π Read
via "National Vulnerability Database".
Zoho ManageEngine ADManager Plus through 7201 allow authenticated users to take over another user's account via sensitive information disclosure.π Read
via "National Vulnerability Database".
βΌ CVE-2023-38692 βΌ
π Read
via "National Vulnerability Database".
CloudExplorer Lite is an open source, lightweight cloud management platform. Versions prior to 1.3.1 contain a command injection vulnerability in the installation function in module management. The vulnerability has been fixed in v1.3.1. There are no known workarounds aside from upgrading.π Read
via "National Vulnerability Database".
βΌ CVE-2023-33374 βΌ
π Read
via "National Vulnerability Database".
Connected IO v2.1.0 and prior has a command as part of its communication protocol allowing the management platform to specify arbitrary OS commands for devices to execute. Attackers abusing this dangerous functionality may issue all devices OS commands to execute, resulting in arbitrary remote command execution.π Read
via "National Vulnerability Database".
βΌ CVE-2023-38700 βΌ
π Read
via "National Vulnerability Database".
matrix-appservice-irc is a Node.js IRC bridge for Matrix. Prior to version 1.0.1, it was possible to craft an event such that it would leak part of a targeted message event from another bridged room. This required knowing an event ID to target. Version 1.0.1n fixes this issue. As a workaround, set the `matrixHandler.eventCacheSize` config value to `0`. This workaround may impact performance.π Read
via "National Vulnerability Database".
βΌ CVE-2023-33375 βΌ
π Read
via "National Vulnerability Database".
Connected IO v2.1.0 and prior has a stack-based buffer overflow vulnerability in its communication protocol, enabling attackers to take control over devices.π Read
via "National Vulnerability Database".
βΌ CVE-2023-39551 βΌ
π Read
via "National Vulnerability Database".
PHPGurukul Online Security Guards Hiring System v.1.0 is vulnerable to SQL Injection via osghs/admin/search.php.π Read
via "National Vulnerability Database".
βΌ CVE-2023-33379 βΌ
π Read
via "National Vulnerability Database".
Connected IO v2.1.0 and prior has a misconfiguration in their MQTT broker used for management and device communication, which allows devices to connect to the broker and issue commands to other device, impersonating Connected IO management platform and sending commands to all of Connected IO's devices.π Read
via "National Vulnerability Database".
βΌ CVE-2023-38702 βΌ
π Read
via "National Vulnerability Database".
Knowage is an open source analytics and business intelligence suite. Starting in the 6.x.x branch and prior to version 8.1.8, the endpoint `/knowage/restful-services/dossier/importTemplateFile` allows authenticated users to upload `template file` on the server, but does not need any authorization to be reached. When the JSP file is uploaded, the attacker just needs to connect to `/knowageqbeengine/foo.jsp` to gain code execution on the server. By exploiting this vulnerability, an attacker with low privileges can upload a JSP file to the `knowageqbeengine` directory and gain code execution capability on the server. This issue has been patched in Knowage version 8.1.8.π Read
via "National Vulnerability Database".
βΌ CVE-2023-0264 βΌ
π Read
via "National Vulnerability Database".
A flaw was found in Keycloaks OpenID Connect user authentication, which may incorrectly authenticate requests. An authenticated attacker who could obtain information from a user request within the same realm could use that data to impersonate the victim and generate new session tokens. This issue could impact confidentiality, integrity, and availability.π Read
via "National Vulnerability Database".
βΌ CVE-2023-38697 βΌ
π Read
via "National Vulnerability Database".
protocol-http1 provides a low-level implementation of the HTTP/1 protocol. RFC 9112 Section 7.1 defined the format of chunk size, chunk data and chunk extension. The value of Content-Length header should be a string of 0-9 digits, the chunk size should be a string of hex digits and should split from chunk data using CRLF, and the chunk extension shouldn't contain any invisible character. However, Falcon has following behaviors while disobey the corresponding RFCs: accepting Content-Length header values that have `+` prefix, accepting Content-Length header values that written in hexadecimal with `0x` prefix, accepting `0x` and `+` prefixed chunk size, and accepting LF in chunk extension. This behavior can lead to desync when forwarding through multiple HTTP parsers, potentially results in HTTP request smuggling and firewall bypassing. This issue is fixed in `protocol-http1` v0.15.1. There are no known workarounds.π Read
via "National Vulnerability Database".
βΌ CVE-2023-4158 βΌ
π Read
via "National Vulnerability Database".
Cross-site Scripting (XSS) - Stored in GitHub repository omeka/omeka-s prior to 4.0.3.π Read
via "National Vulnerability Database".
π΄ Endor Labs Raises $70M to Reform Application Security and Eliminate Developer Productivity Tax π΄
π Read
via "Dark Reading".
π Read
via "Dark Reading".
Dark Reading
Endor Labs Raises $70M to Reform Application Security and Eliminate Developer Productivity Tax
Endor Labs, creator of the Code and Pipeline Governance Platform, today announced $70 million in oversubscribed Series A financing from Lightspeed Venture Partners (LSVP), Coatue, Dell Technologies Capital, Section 32, and over 30 industry-leading CEOs, CISOsβ¦
π΄ Salesforce Zero-Day Exploited to Phish Facebook Credentials π΄
π Read
via "Dark Reading".
The cyberattacks used the legitimate Salesforce.com domain by chaining the vulnerability to an abuse of Facebook's Web games platform, slipping past email protections.π Read
via "Dark Reading".
Dark Reading
Salesforce Zero-Day Exploited to Phish Facebook Credentials
The cyberattacks used the legitimate Salesforce.com domain by chaining the vulnerability to an abuse of Facebook's Web games platform, slipping past email protections.