🛡 Cybersecurity & Privacy 🛡 - News
25.9K subscribers
89.2K links
🗞 The finest daily news on cybersecurity and privacy.

🔔 Daily releases.

💻 Is your online life secure?

📩 lalilolalo.dev@gmail.com
Download Telegram
🕴 IceFire Ransomware Portends a Broader Shift From Windows to Linux 🕴

IceFire has changed up its OS target in recent cyberattacks, emblematic of ransomware actors increasingly targeting Linux enterprise networks, despite the extra work involved.

📖 Read

via "Dark Reading".
🕴 AT&T Vendor Breach Exposes Data on 9M Wireless Accounts 🕴

AT&T is notifying customers of a Customer Proprietary Network Information compromise, exposing years-old upgrade details.

📖 Read

via "Dark Reading".
🕴 Forrester Study Reveals Businesses Are Insufficiently Prepared to Manage Enterprise Risks 🕴

Study underscores the clear and pressing need for real-time physical and cyber threat alerts for effective enterprise risk management and business resilience.

📖 Read

via "Dark Reading".
🕴 ThreatBlockr Announces Partnership With Engaged Security Partners 🕴

This strategic partnership highlights the importance of breach prevention and creating a proactive security culture.

📖 Read

via "Dark Reading".
🕴 Avast Introduces Avast One Platinum 🕴

New premium service provides all-in-one personal protection beyond device security to include identity restoration and unlimited 24/7 tech support.

📖 Read

via "Dark Reading".
‼ CVE-2023-27212 ‼

A cross-site scripting (XSS) vulnerability in /php-opos/signup.php of Online Pizza Ordering System 1.0 allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the redirect parameter.

📖 Read

via "National Vulnerability Database".
‼ CVE-2023-26957 ‼

onekeyadmin v1.3.9 was discovered to contain an arbitrary file delete vulnerability via the component \admin\controller\plugins.

📖 Read

via "National Vulnerability Database".
‼ CVE-2023-27210 ‼

Online Pizza Ordering System 1.0 was discovered to contain a SQL injection vulnerability via the id parameter at /admin/view_order.php.

📖 Read

via "National Vulnerability Database".
‼ CVE-2023-27213 ‼

Online Student Management System v1.0 was discovered to contain a SQL injection vulnerability via the searchdata parameter at /eduauth/student/search.php.

📖 Read

via "National Vulnerability Database".
‼ CVE-2023-1302 ‼

A vulnerability, which was classified as problematic, was found in SourceCodester File Tracker Manager System 1.0. This affects an unknown part of the file normal/borrow1.php. The manipulation of the argument id with the input 1"><script>alert(1111)</script> leads to cross site scripting. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used. The associated identifier of this vulnerability is VDB-222663.

📖 Read

via "National Vulnerability Database".
‼ CVE-2022-4331 ‼

An issue has been discovered in GitLab EE affecting all versions starting from 15.1 before 15.7.8, all versions starting from 15.8 before 15.8.4, all versions starting from 15.9 before 15.9.2. If a group with SAML SSO enabled is transferred to a new namespace as a child group, it's possible previously removed malicious maintainer or owner of the child group can still gain access to the group via SSO or a SCIM token to perform actions on the group.

📖 Read

via "National Vulnerability Database".
‼ CVE-2023-27202 ‼

Best POS Management System 1.0 was discovered to contain a SQL injection vulnerability via the id parameter at /kruxton/receipt.php.

📖 Read

via "National Vulnerability Database".
‼ CVE-2023-20049 ‼

A vulnerability in the bidirectional forwarding detection (BFD) hardware offload feature of Cisco IOS XR Software for Cisco ASR 9000 Series Aggregation Services Routers, ASR 9902 Compact High-Performance Routers, and ASR 9903 Compact High-Performance Routers could allow an unauthenticated, remote attacker to cause a line card to reset, resulting in a denial of service (DoS) condition. This vulnerability is due to the incorrect handling of malformed BFD packets that are received on line cards where the BFD hardware offload feature is enabled. An attacker could exploit this vulnerability by sending a crafted IPv4 BFD packet to an affected device. A successful exploit could allow the attacker to cause line card exceptions or a hard reset, resulting in loss of traffic over that line card while the line card reloads.

📖 Read

via "National Vulnerability Database".
‼ CVE-2022-3381 ‼

An issue has been discovered in GitLab affecting all versions starting from 10.0 to 15.7.8, 15.8 prior to 15.8.4 and 15.9 prior to 15.9.2. A crafted URL could be used to redirect users to arbitrary sites

📖 Read

via "National Vulnerability Database".
‼ CVE-2023-27204 ‼

Best POS Management System 1.0 was discovered to contain a SQL injection vulnerability via the id parameter at /kruxton/manage_user.php.

📖 Read

via "National Vulnerability Database".
‼ CVE-2023-27490 ‼

NextAuth.js is an open source authentication solution for Next.js applications. `next-auth` applications using OAuth provider versions before `v4.20.1` have been found to be subject to an authentication vulnerability. A bad actor who can read traffic on the victim's network or who is able to social engineer the victim to click a manipulated login link could intercept and tamper with the authorization URL to **log in as the victim**, bypassing the CSRF protection. This is due to a partial failure during a compromised OAuth session where a session code is erroneously generated. This issue has been addressed in version 4.20.1. Users are advised to upgrade. Users unable to upgrade may using Advanced Initialization, manually check the callback request for state, pkce, and nonce against the provider configuration to prevent this issue. See the linked GHSA for details.

📖 Read

via "National Vulnerability Database".
‼ CVE-2023-0622 ‼

Cscape Envision RV version 4.60 is vulnerable to an out-of-bounds write vulnerability when parsing project (i.e. HMI) files. The product lacks proper validation of user-supplied data, which could result in writes past the end of allocated data structures. An attacker could leverage these vulnerabilities to execute arbitrary code in the context of the current process.

📖 Read

via "National Vulnerability Database".
‼ CVE-2023-27211 ‼

A cross-site scripting (XSS) vulnerability in /admin/navbar.php of Online Pizza Ordering System 1.0 allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the page parameter.

📖 Read

via "National Vulnerability Database".
‼ CVE-2023-27484 ‼

crossplane-runtime is a set of go libraries used to build Kubernetes controllers in Crossplane and its related stacks. In affected versions an already highly privileged user able to create or update Compositions can specify an arbitrarily high index in a patch's `ToFieldPath`, which could lead to excessive memory usage once such Composition is selected for a Composite resource. Compositions allow users to specify patches inserting elements into arrays at an arbitrary index. When a Composition is selected for a Composite Resource, patches are evaluated and if a specified index is greater than the current size of the target slice, Crossplane will grow that slice up to the specified index, which could lead to an excessive amount of memory usage and therefore the Pod being OOM-Killed. The index is already capped to the maximum value for a uint32 (4294967295) when parsed, but that is still an unnecessarily large value. This issue has been addressed in versions 1.11.2, 1.10.3, and 1.9.2. Users are advised to upgrade. Users unable to upgrade can restrict write privileges on Compositions to only admin users as a workaround.

📖 Read

via "National Vulnerability Database".
‼ CVE-2023-0050 ‼

An issue has been discovered in GitLab affecting all versions starting from 13.7 before 15.7.8, all versions starting from 15.8 before 15.8.4, all versions starting from 15.9 before 15.9.2. A specially crafted Kroki diagram could lead to a stored XSS on the client side which allows attackers to perform arbitrary actions on behalf of victims.

📖 Read

via "National Vulnerability Database".