๐Ÿ›ก Cybersecurity & Privacy ๐Ÿ›ก - News
25.8K 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
โ€ผ CVE-2022-3166 โ€ผ

Rockwell Automation was made aware that the webservers of the Micrologix 1100 and 1400 controllers contain a vulnerability that may lead to a denial-of-service condition. The security vulnerability could be exploited by an attacker with network access to the affected systems by sending TCP packets to webserver and closing it abruptly which would cause a denial-of-service condition for the web server application on the device

๐Ÿ“– Read

via "National Vulnerability Database".
โ€ผ CVE-2022-47208 โ€ผ

The รขโ‚ฌล“puhttpsniffรขโ‚ฌ๏ฟฝ service, which runs by default, is susceptible to command injection due to improperly sanitized user input. An unauthenticated attacker on the same network segment as the router can execute arbitrary commands on the device without authentication.

๐Ÿ“– Read

via "National Vulnerability Database".
โ€ผ CVE-2022-4566 โ€ผ

A vulnerability, which was classified as critical, has been found in y_project RuoYi 4.7.5. This issue affects some unknown processing of the file com/ruoyi/generator/controller/GenController. The manipulation leads to sql injection. The name of the patch is 167970e5c4da7bb46217f576dc50622b83f32b40. It is recommended to apply a patch to fix this issue. The associated identifier of this vulnerability is VDB-215975.

๐Ÿ“– Read

via "National Vulnerability Database".
๐Ÿ•ด Researcher Bypasses Akamai WAF ๐Ÿ•ด

Patched several months ago, researcher reports how they used Spring Boot to sneak past Akamai's firewall and remotely execute code.

๐Ÿ“– Read

via "Dark Reading".
๐Ÿ•ด Cyber Threats Loom as 5B People Prepare to Watch World Cup Final ๐Ÿ•ด

The 2022 FIFA Men's World Cup final in Qatar will be the most-watched sporting event in history โ€” but will cybercriminals score a hat trick off its state-of-the-art digital footprint?

๐Ÿ“– Read

via "Dark Reading".
โ€ผ CVE-2022-26582 โ€ผ

The systool_server in PAX Technology A930 PayDroid 7.1.1 Virgo V04.4.02 20211201 fails to check for dollar signs or backticks in user supplied commands, leading to to arbitrary command execution as root.

๐Ÿ“– Read

via "National Vulnerability Database".
โ€ผ CVE-2022-26579 โ€ผ

PAX Technology A930 PayDroid 7.1.1 Virgo V04.4.02 20211201 allows root privileged attackers to install an unsigned application by copying the APK to /data/app, setting the appropriate permissions and rebooting the device.

๐Ÿ“– Read

via "National Vulnerability Database".
โ€ผ CVE-2022-3157 โ€ผ

A vulnerability exists in the Rockwell Automation controllers that allows a malformed CIP request to cause a major non-recoverable fault (MNRF) and a denial-of-service condition (DOS).

๐Ÿ“– Read

via "National Vulnerability Database".
โ€ผ CVE-2021-31650 โ€ผ

A SQL injection vulnerability in Sourcecodester Online Grading System 1.0 allows remote attackers to execute arbitrary SQL commands via the uname parameter.

๐Ÿ“– Read

via "National Vulnerability Database".
โ€ผ CVE-2022-46670 โ€ผ

Rockwell Automation was made aware of a vulnerability by a security researcher from Georgia Institute of Technology that the MicroLogix 1100 and 1400 controllers contain a vulnerability that may give an attacker the ability to accomplish remote code execution. The vulnerability is an unauthenticated stored cross-site scripting vulnerability in the embedded webserver. The payload is transferred to the controller over SNMP and is rendered on the homepage of the embedded website.

๐Ÿ“– Read

via "National Vulnerability Database".
โ€ผ CVE-2022-26580 โ€ผ

PAX Technology A930 PayDroid 7.1.1 Virgo V04.4.02 20211201 was discovered to be vulnerable to command injection.

๐Ÿ“– Read

via "National Vulnerability Database".
โ€ผ CVE-2022-26581 โ€ผ

The ADB daemon in PAX Technology A930 PayDroid 7.1.1 Virgo V04.4.02 20211201 allows the execution of the systool utility in production mode, allowing unauthenticated attackers to perform privileged actions.

๐Ÿ“– Read

via "National Vulnerability Database".
โ€ผ CVE-2021-38241 โ€ผ

Deserialization issue discovered in Ruoyi before 4.6.1 allows remote attackers to run arbitrary code via weak cipher in Shiro framework.

๐Ÿ“– Read

via "National Vulnerability Database".
โ€ผ CVE-2022-23490 โ€ผ

BigBlueButton is an open source web conferencing system. Versions prior to 2.4.0 expose sensitive information to Unauthorized Actors. This issue affects meetings with polls, where the attacker is a meeting participant. Subscribing to the current-poll collection does not update the client UI, but does give the attacker access to the contents of the collection, which include the individual poll responses. This issue is patched in version 2.4.0. There are no workarounds.

๐Ÿ“– Read

via "National Vulnerability Database".
โ€ผ CVE-2022-37832 โ€ผ

Mutiny 7.2.0-10788 suffers from Hardcoded root password.

๐Ÿ“– Read

via "National Vulnerability Database".
โ€ผ CVE-2022-23531 โ€ผ

GuardDog is a CLI tool to identify malicious PyPI packages. Versions prior to 0.1.5 are vulnerable to Relative Path Traversal when scanning a specially-crafted local PyPI package. Running GuardDog against a specially-crafted package can allow an attacker to write an arbitrary file on the machine where GuardDog is executed due to a path traversal vulnerability when extracting the .tar.gz file of the package being scanned, which exists by design in the tarfile.TarFile.extractall function. This issue is patched in version 0.1.5.

๐Ÿ“– Read

via "National Vulnerability Database".
โ€ผ CVE-2022-23530 โ€ผ

GuardDog is a CLI tool to identify malicious PyPI packages. Versions prior to v0.1.8 are vulnerable to arbitrary file write when scanning a specially-crafted remote PyPI package. Extracting files using shutil.unpack_archive() from a potentially malicious tarball without validating that the destination file path is within the intended destination directory can cause files outside the destination directory to be overwritten. This issue is patched in version 0.1.8. Potential workarounds include using a safer module, like zipfile, and validating the location of the extracted files and discarding those with malicious paths.

๐Ÿ“– Read

via "National Vulnerability Database".
โ€ผ CVE-2022-38756 โ€ผ

A vulnerability has been identified in Micro Focus GroupWise Web in versions prior to 18.4.2. The GW Web component makes a request to the Post Office Agent that contains sensitive information in the query parameters that could be logged by any intervening HTTP proxies.

๐Ÿ“– Read

via "National Vulnerability Database".
โ€ผ CVE-2022-4567 โ€ผ

Improper Access Control in GitHub repository openemr/openemr prior to 7.0.0.2.

๐Ÿ“– Read

via "National Vulnerability Database".
โ€ผ CVE-2022-4585 โ€ผ

A vulnerability classified as problematic has been found in Opencaching Deutschland oc-server3. This affects an unknown part of the file htdocs/templates2/ocstyle/start.tpl of the component Cookie Handler. The manipulation of the argument usercountryCode leads to cross site scripting. It is possible to initiate the attack remotely. The name of the patch is c720f2777a452186c67ef30db3679dd409556544. It is recommended to apply a patch to fix this issue. The associated identifier of this vulnerability is VDB-216171.

๐Ÿ“– Read

via "National Vulnerability Database".
โ€ผ CVE-2022-4589 โ€ผ

A vulnerability has been found in cyface Terms and Conditions Module up to 2.0.10 and classified as problematic. Affected by this vulnerability is the function returnTo of the file termsandconditions/views.py. The manipulation leads to open redirect. The attack can be launched remotely. Upgrading to version 2.0.11 is able to address this issue. The name of the patch is 03396a1c2e0af95e12a45c5faef7e47a4b513e1a. It is recommended to upgrade the affected component. The associated identifier of this vulnerability is VDB-216175.

๐Ÿ“– Read

via "National Vulnerability Database".