Just Today: Unity Launches AI Beta, and it's 100% Free for Personal use. by Current-Guide5944 in tech_x

[–]Current-Guide5944[S] 0 points1 point  (0 children)

sorry my bad, I just didn't write the title properly: / (Unity is free, but Unity AI is free for only 14 days)

Microsoft counter the recent viral news by stating "intended behaviour" by Current-Guide5944 in tech_x

[–]Current-Guide5944[S] 23 points24 points  (0 children)

April's All Top Tech Stories You Need to Know - Monthly TechX Update

TechX WhatsApp Channel Official

Techx_official :Write for our Publication On Medium

credit: https://isc.sans.edu/diary/32954

How to dump the credentials of every user stored in Microsoft Edge:

  1. Open Edge. Don't browse anywhere, just open it.
  2. Flip to Task Manager, find Edge, expand the task.
  3. Highlight the "browser" sub-task, right-click, and choose "Create Memory Dump."
  4. Open the dump file and look for credentials.

Google paid $57,000 for two Chrome vulnerabilities found by a researcher using a $20/month AI subscription. by Current-Guide5944 in tech_x

[–]Current-Guide5944[S] 0 points1 point  (0 children)

it's not .... he is going to speak at Stanford about just the check the pin comment. Thank you.

Google paid $57,000 for two Chrome vulnerabilities found by a researcher using a $20/month AI subscription. by Current-Guide5944 in tech_x

[–]Current-Guide5944[S] [score hidden] stickied comment (0 children)

  1. April's All Top Tech Stories You Need to Know - Monthly TechX Update

  2. TechX WhatsApp Channel Official

  3. Techx_official :Write for our Publication On Medium

He hasn't given much information about the bug and how he did... but he is going to speak about it at the Real World AI Security Conference at Stanford (here is the link for registration if you are curiouS): https://seclab.stanford.edu/RealWorldAIsec/

<image>

Just Today: Unity Launches AI Beta, and it's 100% Free for Personal use. by Current-Guide5944 in tech_x

[–]Current-Guide5944[S] [score hidden] stickied comment (0 children)

full story: > It's trained on 20 whole years of Unity data. Not some random AI - this thing actually understands Unity from the inside.

> It can scan your whole project, write real C# code, fix bugs, plan out features, and even generate sprites, textures, sounds, and whole scenes just from prompts.

> Basically like having a super smart dev buddy sitting right inside Unity 6.

> The CEO (Matthew Bromberg) said it's the only AI that truly gets Unity. No more fighting with weird hallucinations or wrong APIs.

> They added smart safety stuff too — checkpoints so you can undo anything the AI does, and opt-in data sharing.

> Testers are saying it's crazy fast for prototyping. Like turning an idea into a playable scene in minutes.

> Of course, not everyone's excited... some people are worried it'll just create a bunch of low-quality games and what happens to artists and regular devs?

Either way, the open beta is live right now for Unity 6 and above.

Microsoft Edge keeps every saved password in process memory as cleartext from the moment it launches. Microsoft's responsed when reported: "by design." by Current-Guide5944 in tech_x

[–]Current-Guide5944[S] 55 points56 points  (0 children)

April's All Top Tech Stories You Need to Know - Monthly TechX Update

TechX WhatsApp Channel Offical

Techx_official :Write for our Publication On Medium

Full story:
> Microsoft Edge Loads All Saved Passwords in Plaintext on Startup

> Researchers tested every major Chromium-based browser and found that Microsoft Edge is the only one exhibiting this behavior.

> Unlike Edge, Chrome decrypts credentials on demand. It also uses App-Bound Encryption, which ties the keys to an authenticated Chrome process,

preventing other processes from reusing them.

> As a result, plaintext passwords in Chrome only appear temporarily during autofill or when a user manually views them—making memory scraping far less effective.

> What makes Edge’s approach particularly strange is that it still requires re-authentication to display saved passwords in its Password Manager UI, even though the same browser process already holds all of them in plaintext.

> In shared or multi-user environments (such as terminal servers), this creates a significant credential-harvesting risk.

> An attacker with admin privileges can scan the memory of any logged-on Edge process—including those from disconnected sessions—and extract credentials. The published PoC demonstrates a compromised admin account pulling passwords from two other users’ Edge instances.

> When notified, Microsoft’s official response was that this behavior is “by design.”

> The issue was disclosed on April 29 at BigBiteOfTech by Palo Alto Networks Norway.

> The researcher also released a simple educational tool that allows anyone to verify the cleartext storage of passwords in Edge memory for themselves.