πŸ›‘ Cybersecurity & Privacy πŸ›‘ - News
25.1K subscribers
88.5K links
πŸ—ž The finest daily news on cybersecurity and privacy.

πŸ”” Daily releases.

πŸ’» Is your online life secure?

πŸ“© lalilolalo.dev@gmail.com
Download Telegram
πŸ” Data Protection – Are We Focused on the Correct Areas? πŸ”

How do you deploy a strategy for the data loss you can't see? The breaches you don't hear about? Our Wade Barisoff draws parallels between WWII airplanes and data protection to find the answer.

πŸ“– Read

via "".
β€Ό CVE-2022-39236 β€Ό

Matrix Javascript SDK is the Matrix Client-Server SDK for JavaScript. Starting with version 17.1.0-rc.1, improperly formed beacon events can disrupt or impede the matrix-js-sdk from functioning properly, potentially impacting the consumer's ability to process data safely. Note that the matrix-js-sdk can appear to be operating normally but be excluding or corrupting runtime data presented to the consumer. This is patched in matrix-js-sdk v19.7.0. Redacting applicable events, waiting for the sync processor to store data, and restarting the client are possible workarounds. Alternatively, redacting the applicable events and clearing all storage will fix the further perceived issues. Downgrading to an unaffected version, noting that such a version may be subject to other vulnerabilities, will additionally resolve the issue.

πŸ“– Read

via "National Vulnerability Database".
β€Ό CVE-2022-36771 β€Ό

IBM QRadar User Behavior Analytics could allow an authenticated user to obtain sensitive information from that they should not have access to. IBM X-Force ID: 232791.

πŸ“– Read

via "National Vulnerability Database".
β€Ό CVE-2022-36448 β€Ό

An issue was discovered in Insyde InsydeH2O with kernel 5.0 through 5.5. There is an SMM memory corruption vulnerability in the Software SMI handler in the PnpSmm driver.

πŸ“– Read

via "National Vulnerability Database".
β€Ό CVE-2022-3354 β€Ό

A vulnerability has been found in Open5GS up to 2.4.10 and classified as problematic. This vulnerability affects unknown code in the library lib/core/ogs-tlv-msg.c of the component UDP Packet Handler. The manipulation leads to denial of service. The exploit has been disclosed to the public and may be used. It is recommended to apply a patch to fix this issue. VDB-209686 is the identifier assigned to this vulnerability.

πŸ“– Read

via "National Vulnerability Database".
β€Ό CVE-2022-35722 β€Ό

IBM Jazz for Service Management is vulnerable to stored cross-site scripting. This vulnerability allows users to embed arbitrary JavaScript code in the Web UI thus altering the intended functionality potentially leading to credentials disclosure within a trusted session. IBM X-Force ID: 231381.

πŸ“– Read

via "National Vulnerability Database".
β€Ό CVE-2022-35282 β€Ό

IBM WebSphere Application Server 7.0, 8.0, 8.5, and 9.0 is vulnerable to server-side request forgery (SSRF). By sending a specially crafted request, an attacker with local network access could exploit this vulnerability to obtain sensitive data.

πŸ“– Read

via "National Vulnerability Database".
β€Ό CVE-2021-41434 β€Ό

A stored Cross-Site Scripting (XSS) vulnerability exists in version 1.0 of the Expense Management System application that allows for arbitrary execution of JavaScript commands through index.php.

πŸ“– Read

via "National Vulnerability Database".
β€Ό CVE-2022-22387 β€Ό

IBM Application Gateway is vulnerable to cross-site scripting. This vulnerability allows users to embed arbitrary JavaScript code in the Web UI thus altering the intended functionality potentially leading to credentials disclosure within a trusted session. IBM X-Force ID: 221965.

πŸ“– Read

via "National Vulnerability Database".
β€Ό CVE-2022-38934 β€Ό

readelf in ToaruOS 2.0.1 has some arbitrary address read vulnerabilities when parsing a crafted ELF file.

πŸ“– Read

via "National Vulnerability Database".
πŸ•΄ Phishing Attacks Crushed Records Last Quarter, Driven by Mobile πŸ•΄

Shocking phishing numbers (more than 1 million in a single quarter) are being driven by vishing, smishing, and other lures that target mobile devices.

πŸ“– Read

via "Dark Reading".
πŸ•΄ Google Cloud DORA: Securing the Supply Chain Begins With Culture πŸ•΄

The team's annual survey finds that the right development culture is better than technical measures when it comes to shoring up software supply chain security practices. An additional benefit: Less burnout.

πŸ“– Read

via "Dark Reading".
β€Ό CVE-2022-40929 β€Ό

XXL-JOB 2.2.0 has a Command execution vulnerability in background tasks.

πŸ“– Read

via "National Vulnerability Database".
β€Ό CVE-2022-3193 β€Ό

An HTML injection/reflected Cross-site scripting (XSS) vulnerability was found in the ovirt-engine. A parameter "error_description" fails to sanitize the entry, allowing the vulnerability to trigger on the Windows Service Accounts home pages.

πŸ“– Read

via "National Vulnerability Database".
πŸ•΄ Container Supply Chain Attacks Cash In on Cryptojacking πŸ•΄

Cloud-native threats are costing cloud customer victims money as cryptojackers mine their vulnerable cloud instances.

πŸ“– Read

via "Dark Reading".
πŸ•΄ Fast Company CMS Hack Raises Security Questions πŸ•΄

The company's website remains offline after hackers used its compromised CMS to send out racist messages.

πŸ“– Read

via "Dark Reading".
πŸ•΄ Sophisticated Covert Cyberattack Campaign Targets Military Contractors πŸ•΄

Malware used in the STEEP#MAVERICK campaign features rarely seen obfuscation, anti-analysis, and evasion capabilities.

πŸ“– Read

via "Dark Reading".
πŸ•΄ Google Quashes 5 High-Severity Bugs With Chrome 106 Update πŸ•΄

External researchers contributed 16 of the 20 security updates included in the new Chrome 106 Stable Channel rollout, including five high-severity bugs.

πŸ“– Read

via "Dark Reading".
πŸ•΄ Plug Your Data Leaks: Integrating Data Loss Prevention into Your Security Stack πŸ•΄

The average cost of a data-exposing cybersecurity incident is $4.35 million. If your business can’t avoid to pay, make sure you’ve got a strong data loss prevention practice in place.

πŸ“– Read

via "Dark Reading".
β€Ό CVE-2022-3215 β€Ό

NIOHTTP1 and projects using it for generating HTTP responses can be subject to a HTTP Response Injection attack. This occurs when a HTTP/1.1 server accepts user generated input from an incoming request and reflects it into a HTTP/1.1 response header in some form. A malicious user can add newlines to their input (usually in encoded form) and "inject" those newlines into the returned HTTP response. This capability allows users to work around security headers and HTTP/1.1 framing headers by injecting entirely false responses or other new headers. The injected false responses may also be treated as the response to subsequent requests, which can lead to XSS, cache poisoning, and a number of other flaws. This issue was resolved by adding validation to the HTTPHeaders type, ensuring that there's no whitespace incorrectly present in the HTTP headers provided by users. As the existing API surface is non-failable, all invalid characters are replaced by linear whitespace.

πŸ“– Read

via "National Vulnerability Database".
β€Ό CVE-2022-1270 β€Ό

In GraphicsMagick, a heap buffer overflow was found when parsing MIFF.

πŸ“– Read

via "National Vulnerability Database".