Feed aggregator

Which Nintendo Switch Accessories Will Work With the Nintendo Switch 2?

CNET Feed - 4 hours 7 min ago
The next-gen Switch console has many physical changes, but that doesn't mean you'll have to get rid of all your gear for the original Switch.
Categories: CNET

Smashing Security podcast #411: The fall of Troy, and whisky barrel scammers

Graham Cluely Security Blog - 4 hours 9 min ago
Renowned cybersecurity expert Troy Hunt falls victim to a phishing attack, resulting in the exposure of thousands of subscriber details, and don't lose your life savings in a whisky scam... All this and more is discussed in the latest edition of the "Smashing Security" podcast by cybersecurity veterans Graham Cluley and Carole Theriault. Plus! Don't miss our featured interview with Alastair Paterson, CEO and co-founder of Harmonic Security, discussing how companies can adopt Generative AI without putting their sensitive data at risk.
Categories: Graham Cluely

Cisco Enterprise Chat and Email Denial of Service Vulnerability

Cisco Security Advisories - 4 hours 9 min ago
A vulnerability in chat messaging features of Cisco Enterprise Chat and Email (ECE) could allow an unauthenticated, remote attacker to cause a denial of service (DoS) condition.<br><br> This vulnerability is due to improper validation of user-supplied input to chat entry points. An attacker could exploit this vulnerability by sending malicious requests to a messaging chat entry point in the affected application. A successful exploit could allow the attacker to cause the application to stop responding, resulting in a DoS condition. The application may not recover on its own and may need an administrator to manually restart services to recover.<br><br> Cisco has released software updates that address this vulnerability. There are no workarounds that address this vulnerability.<br><br> This advisory is available at the following link:<br><a href="https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-ece-dos-tC6m9GZ8">https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-ece-dos-tC6m9GZ8</a><br><br> <br/>Security Impact Rating: High <br/>CVE: CVE-2025-20139
Categories: Cisco

Cisco Meraki MX and Z Series AnyConnect VPN Denial of Service Vulnerability

Cisco Security Advisories - 4 hours 9 min ago
A vulnerability in the Cisco AnyConnect VPN server of Cisco Meraki MX and Cisco Meraki Z Series devices could allow an authenticated, remote attacker to cause a denial of service (DoS) condition in the Cisco AnyConnect service on an affected device. To exploit this vulnerability, the attacker must have valid VPN user credentials on the affected device.<br><br> This vulnerability exists because a variable is not initialized when an SSL VPN session is established. An attacker could exploit this vulnerability by supplying crafted attributes while establishing an SSL VPN session with an affected device. A successful exploit could allow the attacker to cause the Cisco AnyConnect VPN server to restart, resulting in the failure of the established SSL VPN sessions and forcing remote users to initiate a new VPN connection and reauthenticate. A sustained attack could prevent new SSL VPN connections from being established.<br><br> <strong>Note:</strong> When the attack traffic stops, the Cisco AnyConnect VPN server recovers without manual intervention.<br><br> Cisco has released software updates that address this vulnerability. There are no workarounds that address this vulnerability.<br><br> This advisory is available at the following link:<br><a href="https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-meraki-mx-vpn-dos-vNRpDvfb">https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-meraki-mx-vpn-dos-vNRpDvfb</a><br><br> <br/>Security Impact Rating: High <br/>CVE: CVE-2025-20212
Categories: Cisco

Cisco Evolved Programmable Network Manager and Cisco Prime Infrastructure Stored Cross-Site Scripting Vulnerabilities

Cisco Security Advisories - 4 hours 9 min ago
Multiple vulnerabilities in the web-based management interface of Cisco Evolved Programmable Network Manager (EPNM) and Cisco Prime Infrastructure could allow a remote attacker to conduct a stored cross-site scripting (XSS) attack against a user of the interface on an affected system.<br><br> For more information about these vulnerabilities, see the <a href="https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-epnmpi-sxss-GSScPGY4?vs_f=Cisco Security Advisory%26vs_cat=Security%20Intelligence%26vs_type=RSS%26vs_p=Cisco Evolved Programmable Network Manager and Cisco Prime Infrastructure Stored Cross-Site Scripting Vulnerabilities%26vs_k=1#details">Details</a> section of this advisory.<br><br> Cisco has released software updates that address these vulnerabilities. There are no workarounds that address these vulnerabilities.<br><br> This advisory is available at the following link:<br><a href="https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-epnmpi-sxss-GSScPGY4">https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-epnmpi-sxss-GSScPGY4</a><br><br> <br/>Security Impact Rating: Medium <br/>CVE: CVE-2025-20120,CVE-2025-20203
Categories: Cisco

Show HN: A fresh take on Anki and spaced repetition

Hacker News - 4 hours 33 min ago

My goal is to support Anki learners with a fresh-take on the tool. One that’s opinionated, easier to use, and not paywalled like Quizlet and other tools.

Markdown + LaTeX support, export as JSON or CSV, start/stop your review anytime.

Still early days, but I’m excited to share it. Would love feedback, thoughts, and ideas—especially if you’re interested in collaborating.

Comments URL: https://news.ycombinator.com/item?id=43562534

Points: 1

# Comments: 0

Categories: Hacker News

Ask HN: Book Recommendations for 2025?

Hacker News - 4 hours 41 min ago

Have you read or currently reading anything good in 2025? If so, please share!

Comments URL: https://news.ycombinator.com/item?id=43562458

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: OpenAPI access to SaaS/PaaS/IaaS for your LLMs. No more MCP clutter.

Hacker News - 4 hours 43 min ago

Hey all, we built a search engine for LLMs to easily find and use APIs from different vendors.

Our initial release supports GitHub, Cloudflare, Bunny, Supabase, Box, Koyeb, Render, DigitalOcean, Hetzner, Linode, Stripe, & Plaid.

In the homepage we provided one-click demos with digitalocean, cloudflare, stripe, and github.

Why we built this:

- We want LLMs to adapt. Usual approach is to hard-code the tools / actions they can do. We built this so LLMs can search and execute actions on the fly.

- We want to reduce redundancy. Writing MCP layers on top of OpenAPI specs brings in coverage limitations and versioning drifts. We built this so LLMs can have direct access to OpenAPI specs.

- We want to be more efficient. Entire OpenAPI specs from large vendors won't fit in context windows. We built this so they can just find what the exactly need and be able to use it.

Think of it like Google, but instead of finding information, it's for finding actions that your LLMs can execute.

You can read more info at homepage on https://uncomplexities.com/.

The usage instructions for LLMs are at https://api.uncomplexities.com/.

Our homepage demo, it's claude 3.7 instructed with "You MUST use the Uncomplexities API to correctly format our REST API operations. Read the usage instructions at https://api-cdn.uncomplexities.com/ or https://api.uncomplexities.com/ before we interact with any SaaS, PaaS, or IaaS."

Currently our goal is to provide a free public search engine of all saas/paas/iaas that has public-facing apis. thankfully cdns are a thing and we have some internal caches in place for the search operations so we can manage the costs.

We have more plans soon:

- open source core parts of it including pre-processed datasets

- add more usage guide for user and for developers

- improvements in indexing and search

- commoditizing some of the compliments, trying to build a business on top of it so we can sustain the free public stuff

please give us your feedback, thank you

Comments URL: https://news.ycombinator.com/item?id=43562442

Points: 1

# Comments: 0

Categories: Hacker News

Multi-Token Attention

Hacker News - 4 hours 48 min ago

Article URL: https://arxiv.org/abs/2504.00927

Comments URL: https://news.ycombinator.com/item?id=43562384

Points: 6

# Comments: 0

Categories: Hacker News

Pages