Latest Tech News

Stay updated with the latest in technology, AI, cybersecurity, and more

Filtered by: bx Clear Filter

Stepping Down as Libxml2 Maintainer

Hello, since I’ve stepped in as libxslt maintainer I’ve been studying both libxslt and libxml2 codebases. I have the time to maintain the library I just need to get familiar with the latest changes you introduced like: I haven’t find how to manage both output and input buffers. I found functions like: xmlOutputBufferCreateIO but by the places in which I’ve found them is not clear on how to use them. Should I send you an email with my questions or do you prefer other means of communication?

Insufficiently sanitized data allows unauthenticated access to FreePBX Admin

We’re back - it’s a day, in a month, in a year - and once again, something has happened. In this week’s episode of “the Internet is made of string and there is literally no evidence to suggest otherwise”, we present even further evidence that as a species we made a fairly painful mistake when we discovered electricity - and it just got worse and worse. Today, inside this hellscape we call the Internet, a mean person has discovered a zero-day(s) in FreePBX (now lovingly called CVE-2025-57819).

I tested the Abxylute One Pro, and it nails game streaming (with a catch)

Abxylute One Pro If you want to stream games without tinkering with settings or dealing with Android jank, the Abxylute One Pro is a great pick. But if you want a little more, you can get better performance for the price. If you had asked me six years ago, I would have told you that game streaming was the future of gaming. Now that Stadia is dead and Xbox Cloud Gaming hasn’t made any significant improvements in years, the world seems to have shifted focus to gaming handhelds. But there’s a uni

PSA: Libxslt is unmaintained and has 5 unpatched security bugs

Alan Coopersmith reports: On 6/16/25 15:12, Alan Coopersmith wrote: BTW, users of libxml2 may also be using its sibling project, libxslt, which currently has no active maintainer, but has three unfixed security issues reported against it according to https://gitlab.gnome.org/Teams/Releng/security/-/wikis/2025#libxml2-and-libxslt 2 of the 3 have now been disclosed: (CVE-2025-7424) libxslt: Type confusion in xmlNode.psvi between stylesheet and source nodes https://gitlab.gnome.org/GNOME/libxs

FreePBX servers hacked via zero-day, emergency fix released

The Sangoma FreePBX Security Team is warning about an actively exploited FreePBX zero-day vulnerability that impacts systems with the Administrator Control Panel (ACP) is exposed to the internet. FreePBX is an open-source PBX (Private Branch Exchange) platform built on top of Asterisk, widely used by businesses, call centers, and service providers to manage voice communications, extensions, SIP trunks, and call routing. In an advisory posted to the FreePBX forums, the Sangoma FreePBX Security

Abxylute will sell an absurd 3D handheld from Intel and Tencent Games for "under $1,700"

As the handheld PC boom has taken off, companies have tried to push the boundaries of the Steam Deck form factor Valve helped popularize. Lenovo tried detachable controllers. Acer is trying an 11-inch screen. And Abxylute is apparently combining them both (and then some) into the Abxylute 3D One, which The Verge reports features an 11-inch, glasses-free 3D display and detachable controllers, all for "under $1,700." The Abxylute 3D One is based on a hardware prototype co-developed by Intel and T

This MagSafe gaming controller is giving LG Wing vibes, and we are here for it

TL;DR Abxylute is planning to release a Bluetooth gaming controller that takes advantage of MagSafe/Qi2. When attached to your phone, the controller can live out of way on the back, and pivot down for a quick gaming session. Sales are set to begin this October, but pricing has yet to be revealed. Who doesn’t love it when phones get a little weird? Foldables are cool and all (especially when we start getting into multi-fold territory) but when it comes to one-of-a-kind designs, there’s nothing

Axbylute will actually sell Intel and Tencent’s gigantic glasses-free 3D handheld

is a senior editor and founding member of The Verge who covers gadgets, games, and toys. He spent 15 years editing the likes of CNET, Gizmodo, and Engadget. Posts from this author will be added to your daily email digest and your homepage feed. In January, one of the wildest Intel prototypes I witnessed at CES was a giant handheld gaming PC with an 11-inch autostereoscopic (read: glasses-free) 3D screen, detachable controllers, an Intel Lunar Lake chip, and a dedicated toggle to switch between

D4d4

A co-worker of mine was looking at some disassembled ARM code the other day, and discovered something weird. Lots of d4d4 instructions, scattered about. LLVM’s objdump says this is a relative branch to -0x58 . The weird part is that they were always unreachable. Experiments¶ Here’s an example in a minimal reproducer I wrote: 00020100 < one >: 20100: 4770 bx lr 20102: d4d4 bmi 0x200ae <__dso_handle+0x100ae> @ imm = #-0x58 That bx lr right before the d4d4 branches to the link register. In other w

Libxml2's "no security embargoes" policy

Libxml2's "no security embargoes" policy [LWN subscriber-only content] Welcome to LWN.net The following subscription-only content has been made available to you by an LWN subscriber. Thousands of subscribers depend on LWN for the best news from the Linux and free software communities. If you enjoy this article, please consider subscribing to LWN. Thank you for visiting LWN.net! Libxml2, an XML parser and toolkit, is an almost perfect example of the successes and failures of the open-source mov