3 USB-C powered gadgets I never knew I needed


USB-C is finally making its way into everything, and I’m all for it. It’s no longer just a cable for phones and laptops. There are all sorts of wild things you can power with a USB-C cable, and I recently bought three items that I never knew I needed.

Having a single cable that can charge various devices is significantly better than fumbling through a drawer of USB-A and micro USB cables. Don’t get me wrong, USB-C certainly isn’t perfect, but it’s a step in the right direction. Here are a few USB-C powered gadgets you’ll love for under $25.

Anker’s USB-C retractable charger

The perfect companion for any car

Anker USB-c retractable charger Credit: Anker

I’m a bit of a clean freak and prefer my space neatly organized, especially in the car. I got sick of having a mess of wires coming out of the middle console for charging everything, getting wrapped around the shifter, or constantly getting pulled out of the charger.

Then, I discovered Anker’s retractable USB-C fast charger. I knew these existed, but for whatever reason, I never bought one. Now that I have, I’ll never go back to regular chargers again. While several brands make this type of accessory, Anker is one of the most trusted names in smartphone accessories. The Anker 75W USB-C retractable charger linked below is what I have, and you’ll want one too.

To start, this device is extremely fast and supports most major charging standards. There’s a built-in USB-C cable that you can easily retract to keep things clean, alongside a secondary USB-C port for another cable. I also love the fact that I’ll never lose my USB-C cable again, or let a friend or family member “borrow” it, who never remembers to give it back. It’s attached and easy to use, and it’s never going anywhere.

Anker also offers a similar version that plugs into a wall outlet. Get one, you’ll be glad you did.

AA and AAA batteries that are USB-C rechargeable

Turn any old device into a rechargeable device

Keepsync aa usb-c rechargeable battery Credit: Cory Gunther / How-To Geek

Rechargeable AA and AAA batteries are great, but many older versions only deliver 1.2V, instead of the 1.5V typical of traditional disposable batteries. As a result, they’re not ideal for everyday household items, wireless home security cameras, and other gear. Additionally, you need to buy a dedicated charger, and they don’t seem to hold a charge very long.

As a new dad, I’ve found myself going through way too many AA and AAA battery packs for toys, not to mention powering my Blink security cameras. I decided to try out some USB-C rechargeable AA batteries, and they’re great.

These USB-C AA battery kits use lithium cells, similar to the batteries found in smartphones, laptops, and other devices. I’ve tried three different brands now, including this $20 pack of four AA batteries, which come with a USB-A to four USB-C cable, allowing you to charge all of them at once. They’re even available in AAA size.

Rechargeable Lithium AA Batteries

What’s Included

4 AA batteries and charger

Voltage

1.5V


EDC flashlight with a USB-C port

No need to scramble for AAA batteries

Wuben G5 flashlight main Credit: Cory Gunther / How-To Geek

There’s a good chance you’ve got a bright yellow or red flashlight in your junk drawer, or something similar in the glove box of your car. It’s probably a terrible flashlight and will likely have a dead battery when you actually need it. Instead, I recommend that everyone owns a high-quality flashlight with one of those popular 18650 lithium-ion battery packs that can be recharged. And while that’s nice to have at home, I also want something pocketable.

I’m one of those people who has an EDC (everyday carry) flashlight that’s always in my pocket. I’ve owned several from various brands, but nothing like my latest purchase.

I recently bought the viral Wuben G5 flashlight that you’ve probably seen on Instagram or TikTok, and I absolutely love it. This device is roughly the size of a Zippo lighter and features a rotating head, allowing you to shine the 400-lumen flashlight in any direction you want. There’s also a 3-way adjustable pocket clip, a magnetic base, and it’s USB-C rechargeable. The USB-C port has a sliding cover that doubles as a lock, preventing it from accidentally turning on in your pocket. It’s a solid little flashlight everyone can appreciate.

Screenshot 2026-01-05 at 11.25.16 AM

Dimensions

1.47 in x 0.59 in x 2.44 in

Weight

52.3g



The “C” stands for “convienence” (not really, but that’s besides the point)

Considering we all have a few USB-C cables lying around to charge phones, tablets, laptops, AirPods, and other gear, it makes sense to start buying more items that take advantage of the same port.



Source link

Leave a Reply

Subscribe to Our Newsletter

Get our latest articles delivered straight to your inbox. No spam, we promise.

Recent Reviews


Ghost CMS flaw abused to push ClickFix attacks on hundreds of sites

Pierluigi Paganini
May 25, 2026

Threat actors are actively exploiting a security flaw, tracked as CVE-2026-26980, in Ghost CMS that was fixed months ago in real attacks against unpatched websites. According to Qianxin, the campaign has already affected more than 700 sites, including well-known organizations and universities.

The vulnerability is an SQL injection issue in Ghost’s Content API that can let an attacker read data from the database without logging in. In the worst case, this can expose the Admin API key, which can allow attackers to take over the site.

That key matters because it can be used to change published content. In this campaign, attackers used it to edit articles on compromised Ghost sites and insert malicious JavaScript at the end of pages. The goal was not just defacement, but to turn trusted websites into launch points for further malware delivery.

“After an in-depth investigation and analysis, we determined that this was not a targeted intrusion against the customer, but rather a large-scale poisoning campaign by an in-the-wild attack group targeting Ghost CMS. Although CVE-2026-26980 was publicly disclosed as early as February 19, a large number of users did not patch and upgrade in time, providing an opportunity for attackers.” reads the advisory published by Qianxin. “At least two groups are currently actively conducting such poisoning operations, and some sites have even become the target of competition between the two parties, with different malicious code being implanted one after another within a single day.”

The inserted code led visitors through a two-step chain. First, the page loaded a remote script that checked the browser and decided what the visitor should see. Then real victims were redirected to a fake verification page that looked like a normal “I’m human” check.

This is where the ClickFix part began. The page told users to press Windows+R, paste a command, and hit Enter. In practice, that command downloaded and started a malware payload on the victim’s machine. It was a classic social engineering trick: make the user do the dangerous part themselves.

Qianxin says the first signs of this activity appeared in early May. The malicious code found in the campaign had a compilation date of February 16, the same day Ghost announced the fix for CVE-2026-26980. That suggests the attackers moved quickly once they saw how many sites had not been updated.

The affected websites cover a wide range of sectors. Roughly half are personal blogs or independent sites, but the list also includes technology blogs, AI sites, media outlets, crypto projects, and educational institutions. Qianxin researchers say victims include sites linked to Harvard, Oxford, and DuckDuckGo.

The attack chain was also designed to be flexible. The loaders could fetch different payloads depending on the target, and the operators changed infrastructure several times.

“entire attack process has obvious five-stage characteristics of “CMS Takeover → Page Poisoning → Two-stage Loading → Social Engineering Lure (FakeCaptcha/ClickFix) → Malware Delivery”, and the entire process is highly automated: bulk vulnerability scanning → automatic key extraction → bulk injection → dynamic C2 distribution.” states the report.

In some cases, they switched domains after detection, keeping the campaign alive even when part of the chain was blocked.

“Through feature scanning of publicly accessible pages, we have cumulatively identified more than 700 poisoned victim domains, and have proactively contacted the sites for which contact information could be obtained, notifying them of the poisoning.” continues the report.

Qianxin also believes at least two different groups are involved. In some cases, the same site was hit more than once, with one attacker replacing the code left by another. That makes the campaign harder to clean up and shows how attractive compromised Ghost sites have become for abuse.

For site owners, the advice is straightforward. Ghost should be updated immediately, all credentials should be rotated, and site logs should be reviewed for suspicious admin API activity. Any injected scripts should be removed from the database itself, not just from the visual editor. Visitors who may have reached a poisoned site should also be warned.

The report includes Indicators of Compromise (IoCs) for the attacks observed by the researchers.

Follow me on Twitter: @securityaffairs and Facebook and Mastodon

Pierluigi Paganini

(SecurityAffairs – hacking, Ghost CMS)







Source link