No Image

USN-5809-1: Linux kernel (OEM) vulnerabilities

2023-01-18 KENNETH 0

USN-5809-1: Linux kernel (OEM) vulnerabilities Kyle Zeng discovered that the sysctl implementation in the Linux kernel contained a stack-based buffer overflow. A local attacker could use this to cause a denial of service (system crash) or execute arbitrary code. (CVE-2022-4378) Tamás Koczka discovered that the Bluetooth L2CAP handshake implementation in the Linux kernel contained multiple use-after-free vulnerabilities. A physically proximate attacker could use this to cause a denial of service (system crash) or possibly execute arbitrary code. (CVE-2022-42896) It was discovered that an integer overflow vulnerability existed in the Bluetooth subsystem in the Linux kernel. A physically proximate attacker could use this to cause a denial of service (system crash). (CVE-2022-45934) Source: USN-5809-1: Linux kernel (OEM) vulnerabilities

No Image

USN-5808-1: Linux kernel (IBM) vulnerabilities

2023-01-18 KENNETH 0

USN-5808-1: Linux kernel (IBM) vulnerabilities It was discovered that the NFSD implementation in the Linux kernel did not properly handle some RPC messages, leading to a buffer overflow. A remote attacker could use this to cause a denial of service (system crash) or possibly execute arbitrary code. (CVE-2022-43945) Tamás Koczka discovered that the Bluetooth L2CAP handshake implementation in the Linux kernel contained multiple use-after-free vulnerabilities. A physically proximate attacker could use this to cause a denial of service (system crash) or possibly execute arbitrary code. (CVE-2022-42896) It was discovered that the Xen netback driver in the Linux kernel did not properly handle packets structured in certain ways. An attacker in a guest VM could possibly use this to cause a denial of service (host NIC availability). (CVE-2022-3643) It was discovered that an integer overflow vulnerability existed in the Bluetooth subsystem [ more… ]

No Image

Dive into a world of fantasy, dragons and aliens in this month’s Realms Plus

2023-01-18 KENNETH 0

Dive into a world of fantasy, dragons and aliens in this month’s Realms Plus January brings 16 new pieces of Minecraft Realms Plus content. To get your hands on it all, you just need to subscribe to Realms Plus via your Minecrafting device. “This month we’re going to journey to alien dimensions, ride dragon horses, create our own skyblock adventures and more,” writes Sophie Austin on Minecraft.net. “Plus, we’ll be discovering some hidden twists along the way.” Head over to Minecraft.net to survey the new offerings, find details about Realms Plus and choose your subscription. Source: Dive into a world of fantasy, dragons and aliens in this month’s Realms Plus

No Image

USN-5807-1: libXpm vulnerabilities

2023-01-18 KENNETH 0

USN-5807-1: libXpm vulnerabilities Martin Ettl discovered that libXpm incorrectly handled certain XPM files. If a user or automated system were tricked into opening a specially crafted XPM file, a remote attacker could possibly use this issue to cause libXpm to stop responding, resulting in a denial of service. (CVE-2022-44617) Marco Ivaldi discovered that libXpm incorrectly handled certain XPM files. If a user or automated system were tricked into opening a specially crafted XPM file, a remote attacker could possibly use this issue to cause libXpm to stop responding, resulting in a denial of service. (CVE-2022-46285) Alan Coopersmith discovered that libXpm incorrectly handled calling external helper binaries. If libXpm was being used by a setuid binary, a local attacker could possibly use this issue to escalate privileges. (CVE-2022-4883) Source: USN-5807-1: libXpm vulnerabilities

The truth about CSS selector performance

2023-01-18 KENNETH 0

The truth about CSS selector performance If you’re a web developer, you may have already heard that some CSS selectors are faster than others. And you’re probably hoping to find a list of the better selectors to use in this article. Well, not quite. But bear with me, I promise that by the end, you’ll have learnt something new about CSS selector performance. A quick look behind the scenes The way you write CSS selectors does play a role in how browsers render your web pages. Whenever a part of your page changes, the browser engine that’s running it needs to take a look at the new DOM tree, and figure how to style it based on the available CSS stylesheets. This operation of matching styles to DOM nodes is called a style recalculation. Without getting into a lot of [ more… ]