This 2TB SSD bucks the expensive memory trend with a $270 discount for Prime Day


samsung-990-pro-ssd-2

The Samsung 990 Pro pushes the limits of the PCIe 4.0 protocol.

Amazon/ZDNET

The cost of memory hardware has been skyrocketing lately, and it’s not only RAM that’s impacted — prices of solid-state drives and hard drives have been rising dramatically too.  

That’s why this Amazon Prime Day discount on Samsung’s 990 Pro SSD instantly caught my attention.  

Also: June Prime Day live blog 2026: We’re tracking Amazon deals on SSDs, TVs, laptops and more

Several capacities are on sale, but the standout deal is the 2TB option, which has dropped from $640 to $370, a 42% discount. The 1TB model is also worth considering, falling from $320 to $220. Power users looking for the most storage can save 20% on the 4TB SSD. We don’t expect these prices to drop further.

There’s also an alternative version of the 990 Pro that comes with a heatsink. 2TB SSD with said heatsink is available for $480, or 28% off.

If your PC, laptop, or video game console is running low on space, I recommend taking advantage of this deal. The Samsung 990 Pro is one of the better PCIe 4.0 SSDs available, delivering sequential read speeds of up to 7,450 MB/s and write speeds of up to 6,900 MB/s. At those speeds, you’ll be approaching the near-limit of what PCIe 4.0 can offer. You’ll be able to load AAA games and transfer large files in almost no time.

Compared to the previous generation, the 990 Pro offers improved power efficiency, providing “up to 50% improved performance per watt over the 980 Pro.” In plain English, that means it delivers those fast speeds while drawing less power. The drive also incorporates a nickel-coated controller to help keep temperatures under control and maintain a high level of performance.

Security is another highlight. The Samsung 990 Pro supports AES-256-bit hardware encryption, providing a strong layer of protection for sensitive files and data.

Also: I found the best SSD and storage deals ahead of Amazon Prime Day – including Lexar and Seagate

How I rated this deal 

As per ZDNET’s rating system, I give this deal a strong 4/5. The other discounted SSDs are solid, but the 2TB model offers the best overall value. Storage prices remain higher than many shoppers would like, and there’s no guarantee they’ll plummet anytime soon. If you’ve been waiting for the right moment to expand your desktop or laptop storage, this early Prime Day deal is one of the best opportunities I’ve seen so far. I highly encourage you to take advantage of this while it lasts.

It is currently unknown when this deal will expire. It’s possible that this promotion could extend all the way to and past Amazon Prime Day. That said, deals are subject to sell out or expire anytime, though ZDNET remains committed to finding, sharing, and updating the best product deals for you to score the best savings. Our team of experts regularly checks the deals we share to ensure they are still live and available. We’re sorry if you’ve missed out on this deal, but don’t fret — we’re constantly finding new chances to save and sharing them with you at ZDNET.com


Show more

We aim to deliver the most accurate advice to help you shop smarter. ZDNET offers 33 years of experience, 30 hands-on product reviewers, and 10,000 square feet of lab space to ensure we bring you the best of tech. 

In 2025, we refined our approach to deals, developing a measurable system for sharing savings with readers like you. Our editor’s deal rating badges are affixed to most of our deal content, making it easy to interpret our expertise to help you make the best purchase decision.

At the core of this approach is a percentage-off-based system to classify savings offered on top-tech products, combined with a sliding-scale system based on our team members’ expertise and several factors like frequency, brand or product recognition, and more. The result? Hand-crafted deals chosen specifically for ZDNET readers like you, fully backed by our experts. 

Also: How we rate deals at ZDNET in 2026


Show more





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