The Moto Razr+ gets a durability test, the results were confusing

0
[ad_1]

If you launch a phone, and you’re a major company, you can bet that it’s going to catch Zack Nelson’s eye. The Motorola Razr+ just got its durability test, and the results made JerryRigEverything history. But, is the phone history?

In case you don’t know, JerryRigEverything is a popular tech YouTube channel run by Zack Nelson. He makes videos on all types of tech, but some of his most popular videos are his durability tests. There are videos where he tests the integrity of various phones that come out… okay, he destroys them. Thankfully, not too many phones fail these tests.

The Motorola Razr+ gets a durability test, and something broke…

So, anyone familiar with these videos should know the process. He starts by scratching the phone with his razer, scratching the screens (the inner screen scratches at level 2 and the outer display at level 6), taking a lighter to the displays, and bending the phone. In the case of foldables, he lays a handful of sand on the phone and checks for dust ingress.

The climax of the video is the bend test, and the Motorola Razr+ survived this portion… mostly. When bending from the back, the phone remained in one piece. The inner display didn’t budge at all. It remained functional. The external display (the one we expect to be innately sturdier) didn’t fare so well.

The external screen shattered. Zack’s thumb was able to cave in the display and render it unusable. This is because there was a gap between the display and the frame of the phone where he placed his thumb. There was nothing adding rigidity to the display. Other than that, everything was functional.

Zack noted that something like that had never happened in the video series.

Don’t let this discourage you

So, this is something that you might want to keep in mind when looking at this phone. However, don’t let it discourage you from picking one up if you’re looking for a great foldable smartphone experience.

The Motorola Raz+ earned praise from reviewers and users alike for its design, usability, and large outer display. We, at Android Headlines, reviewed this phone highly. You can check out the review here.


[ad_2]
Source link

A UK online safety bill may force Apple to pull FaceTime, iMessage

0
[ad_1]

The UK Online Safety Bill might force Apple to remove FaceTime and iMessage from its products sold in the country. The company argues this bill could harm users’ safety and compromise their privacy.

Apple has entered a legal battle with the UK government over an update that’s proposed to the Investigatory Powers Act (IPA) 2016. The new amendment asks tech companies, like Apple and other manufacturers, to clear the app’s security features with the Home Office before releasing them to the public. Additionally, the government can ask for immediate disabling of security features in messaging services.

The UK government has now opened an eight-week consultation period for the proposed amendments to the IPA.

Apple threatens to pull FaceTime and iMessage from its products in the UK over Online Safety Bill

The problem with the bill is it undermines end-to-end encryption, which is an essential security measure of modern messaging services. Under the update, the Home Office can require messaging apps to scan content for potential child abuse cases because law enforcement can’t do so due to the encryption.

Asking to install a surveillance tech to search for potential child abuse material contradicts the nature of end-to-end encryption. The whole point of end-to-end encryption is that only the sender and recipient can see the exchanged messages.

So far, WhatsApp and Signal have opposed the bill. Signal even threatened to stop operating in the UK. Likewise, Apple says it will pull FaceTime and iMessage from the UK market if the government implements the bill.

The tech giant has sent a nine-page opposing letter to the government to highlight its main concerns. Apple’s concerns revolve around notifying the government of any changes to the app’s security features before releasing them to the public and taking immediate action to disable a feature upon receiving a request from the government.

Apple also argues that providing a backdoor to end-to-end encryption might have a negative impact on the products of non-UK-based companies sold globally.

The company added that it will not make country-specific changes to an app’s features as it can undermine user security. Additionally, making some changes requires issuing a software update, which notifies users of everything that has happened. Finally, the tech giant called the bill “a serious and direct threat to data security and information privacy.”


[ad_2]
Source link

New Google Play Store feature will show you what an app looks like on different devices

0
[ad_1]

According to @AssembleDebug on Twitter (via AndroidPolice), a new feature is being tested for the Google Play Store that will allow you to see what an app that you’re considering downloading on your phone, looks like when installed on other devices such as a tablet, a smartwatch, a TV and more. The Play Store listing will change depending on the device you select. The reviews, and the number of stars listed, will be limited to show the result of the reviews the app received on the device type selected.
For example, the app you’re looking at might have high reviews by smartphone users but on a smartwatch or a tablet, that app might be a flop. The screenshots that accompany the Play Store listing will change to accommodate the device that you choose to install the app on. Tapping the down arrow on the right side of the “Install” button on a Play Store listing will allow you to install an app on more than one device at the same time.

These features are cool indeed but have not been widely rolled out yet to Android users. Those who do have the buttons on their phones are able to use them which should indicate that it shouldn’t be terribly long before Android users will be able to find them in the Google Play Store. On the other hand, you don’t want to count your chickens before they hatch which is just another way of saying that until these features are available to everyone, there is always the possibility that they won’t be officially rolled out.

If you are an Android user, and the owner of an eligible Pixel model at that, we might as well take this time to update you about what will happen over the next few weeks. The August security update should be released Monday, August 7th. And the stable, final version of Android 14 should be dropped by Google at any time next month. Once that happens, and you’ve installed the stable version of the new Android build, you’ll be able to exit the Android 14 Beta program without having to do a factory reset.

Don’t worry about it right now-we will remind you when the time comes.


[ad_2]
Source link

Google fixes “Bad.Build” Cloud Build flaw, researchers say it’s not enough

0
[ad_1]

Researchers have uncovered a privilege escalation vulnerability in Google Cloud Build that could enable malicious actors tamper with application images and infect users.

Researchers at Orca Security have found a design flaw in the Google Cloud Build service. Attackers would have been able to gain Privilege Escalation resulting in unauthorized access to code repositories in Google’s Artifact Registry.

The researchers dubbed the vulnerability Bad.Build and say it could have far reaching consequences comparable to supply chain attacks like those caused by exploitation of flaws in 3CX, MOVEit, and SolarWinds.

The vulnerability was fixed in June and according to Google no further user action is required. But the security researchers claim that Google’s fix only limits the discovered Privilege Escalation (PE) vector and organizations are still vulnerable to the larger supply chain risk.

Since the researchers go on to explain how the Bad.Build design flaw can be exploited, users of Google Cloud Build are under advice to take action. We’ll let you know what to do below (under Mitigation).

First, let’s have a look at the problem.

In traditional software development, programmers code an application in one computing environment only to find bugs or errors when deployed in another environment. To account for this, developers bundle their application together with all its related configuration files, libraries, and dependencies required to run in containers hosted in the cloud. This method is called containerization.

Google Cloud Build is a managed continuous integration and delivery (CI/CD) service provided by Google Cloud that makes it easy getting container images on the cloud. Cloud Build also provides pre-built images that you can reference in a Cloud Build config file to execute your tasks.

The Artifact Registry provides an overview of the packages you use while continuously monitoring and updating the state of those artifacts. This provides insight and control over the packages, images, and other dependencies used in your software development and delivery process.

The flaw uncovered by the researchers enables the impersonation of the default Cloud Build service account. By exploiting the flaw, an attacker can manipulate images in Google’s Artifact Registry and inject malicious code. If these images are intended to be used by customers of the supplying organization, the risk crosses from the supplying organization’s environment to their customers’ environments, constituting a supply chain attack.

When notified about the problem, Google revoked the logging.privateLogEntries.list IAM permission from the Cloud Build service account to adhere to the security principle of least privilege. When you enable the Cloud Build API in a project, Cloud Build automatically creates a default service account to execute builds on your behalf. This Cloud Build service account previously had the permission, which allowed the build to have access to list private logs by default. But, the revoked permission wasn’t related to Artifact Registry.

As a result, an attacker could use the artifactregistry permissions to download and exfiltrate an image that is being used inside Google Kubernetes Engine (GKE). They could then inject malicious code into the image and push it back to the artifact registry, which is then deployed once again to the GKE. Once the malicious image is deployed, the attacker can exploit it and run code on the docker container as root.

Mitigation

If there is anything the researchers made clear, is that it’s important that organizations pay close attention to the behavior of the default Google Cloud Build service account. Some important elements to keep in mind:

  • Principle of least privilege. Limit permissions to what’s needed and keep track of given permissions.
  • Implement cloud detection and response. If something goes wrong, it’s important to learn about it as early as possible.
  • Prioritize risks, but don’t lose sight of the fact that a combination of two or more seemingly harmless vulnerabilities can be chained into a fatal attack.

Google denied Orca Security’s assessment, explaining that the access given to service accounts is the “nature of automated systems that run independently,” but both agreed that it’s important to check permissions and adjust them as you see fit, depending on your threat model.


Malwarebytes EDR and MDR remove all remnants of ransomware and prevents you from getting reinfected. Want to learn more about how we can help protect your business? Get a free trial below.

TRY NOW


[ad_2]
Source link

GeForce NOW adds three brand-new games this week

0
[ad_1]

GeForce NOW is adding Xenonauts 2 and two other brand-new releases to the library this week. These are day and date releases that you’ll be able to stream using the service starting today. Day and date releases aren’t uncommon for GeForce NOW. But it doesn’t always add this many in a single week.

In addition to new games landing on the service, NVIDIA is going to be adding the ability to stream the new Portal: Prelude RTX mod once that becomes available on Steam. If you missed that announcement, NVIDIA partnered with a community of modders to bring the Portal: Prelude RTX mod to life and it landed on Steam officially back on July 18. The company doesn’t mention when GeForce NOW subscribers can stream it though. So for now you’ll have to stick to playing it locally on your PC.

As for this week’s new games, subscribers now also have access to embr. This is a pretty cool little indie title where you essentially play as the “Uber of firefighters.” It’s a neat concept where you have to open up your phone app and accept jobs to put out fires across the city.

GeForce NOW subscribers can stream Xenonauts 2 today

GeForce NOW Xenonauts 2 (2)

This game officially released on Steam on July 18. So if you picked it up you can also now stream it through NVIDIA’s cloud gaming service. You can also now stream Techtonica, and Viewfinder. Both of which also launched on July 18.

As always you’ll need to own these games on Steam to stream them via GeForce NOW. Aside from new games coming to the service, NVIDIA has partnered with ArenaNet to give Guild Wars 2 players a special reward for subscribing to GeForce NOW. This is only available to premium members and up. So if you’re on the free plan you won’t be eligible for it.

The reward contains the Always Prepare and Booster bundles that can be claimed now, and include things like a new pet, cosmetic items, and tools to help progress your gameplay. If you play Guild Wars 2, now might be a good time to consider checking out GeForce NOW.

GeForce NOW Guild Wars 2


[ad_2]
Source link

AI LLM on flagship devices might be possible with new Qualcomm chip

0
[ad_1]

Meta might introduce AI LLM on flagship devices thanks to their Snapdragon chip. This will give users of this coming flagship device access to the AI tool without being connected to the internet. Asides from giving users quick access to this AI tool, integrating it into the device also brings a few benefits.

Qualcomm is one of the big tech companies that Meta is working with to make LlaMa 2 more accessible. The SoC manufacturing company took to its blog to announce how it’d put this AI innovation to use. According to Qualcomm, from 2024 they’d “make available LlaMa 2-based AI implementations on flagship smartphones and PCs.”

This means that the flagship Qualcomm chip to launch in 2024 will pack LlaMa 2 in it. Having this embedded in the chip will give smartphones direct access to the AI tool for use without an internet connection. Other tech products such as laptops, VR/AR headsets, and even cars that use Qualcomm processors will get this tool integrated into their system.

Benefits of AI LLM on flagship devices to launch sometime next year

Meta and Qualcomm are optimistic about the coming on-device LlaMa 2-based implementations. Qualcomm chips to launch in 2024 will pack this AI integration to the benefit of product end users. Netizens might however wonder how this integration will be of any benefit to them and in what areas will we see its application.

Qualcomm outlines 4 areas where this LlaMa 2-based implementation will be beneficial. At the top of the list is cost reduction, and this will help reduce or eliminate cloud per-query costs. Since LlaMa 2 will run on coming Snapdragon chips, there’d be no need to run the AI service on the cloud, hence reducing cost.

The next benefit on the list is reliability and performance, since the AI model will be able to run anywhere. This removes the need for unreliable cloud servers that risk facing network issues. Qualcomm also brags that with LlaMa 2 integrated into their coming processor, users won’t need an internet connection to access this tool.

With this integration, users won’t be afraid of their data getting to any cloud server as all operations are on-device. Due to this, AI LLM on flagship devices claims to have a private and secure operation. The last benefit of this integration, according to Qualcomm, is personalization.

Without risking user privacy, this onboard AI tool will be able to cater for needs effectively. AI is shaping the future of the internet, and this move by Meta and Qualcomm is making basic tools easily accessible to end users. By next year, you will get some AI functionalities on your Snapdragon-powered flagship device.


[ad_2]
Source link

Apple employee failed to immediately report zero-day Chrome vulnerability to Google

0
[ad_1]

A zero-day vulnerability is a software flaw that was unknown to the developer or vendor before they were alerted about it; this means that they had “zero-days” to fix it. Normally, a company that finds a zero-day vulnerability would tell the developer or the vendor even if they worked for a rival outfit. Why? Because it helps stop a malicious hacker, it helps clean up the industry, and because the company never knows when it might be on the other side of such a situation.

The other day, per 9to5Mac, an Apple employee discovered a zero-day vulnerability in Google Chrome but did not immediately report it to Google. When discussing the update to the Chrome Browser to fix the zero-day vulnerability, Google pointed out that the bug was discovered during a hacking competition called “Capture The Flag” (CTF) back in March. And now Google has patched the flaw although it can’t thank Apple for pointing out the issue to it.
So how did Google find out about the Zero-day vulnerability hanging over the head of its Chrome Browser? A Google employee wrote in a blog (via TechCrunch) that another participant in the CTF competition reported the bug on March 26th. What he wrote was that “This issue was reported by sisu from CTF team HXP and discovered by a member of Apple Security Engineering and Architecture (SEAR) during HXP CTF 2022.”
TechCrunch eventually found a Discord channel where someone who claimed to be the Apple employee who found the vulnerability explained why he did not report it to Google. The person, who goes by the name of Gallileo, wrote on July 6th, “It took me 2 weeks working on it full time to root cause, write [the] exploit [Proof of Concept] and writeup the issue such that it can be fixed.”

He went on to say that the flaw “…was reported on June 5th, through my company. Yes it was late, there are multiple reasons for that. I first had to find the person responsible, the report had to be signed off by people and then the person responsible was OOO (out of the office). It’s commendable that Chrome decided to fix it asap, but I think there wasn’t any real urgency. Only you and my team was aware of it and the issue is likely not that great in a real-world scenario (doesn’t work on Android, pretty visible since it freezes the Chrome GUI for a few seconds.”

The original report, as noted, was dated March 26th and Google decided to reward the person who brought it to their attention with a “bug bounty” of $10,000. Who says that it doesn’t pay to be a bug exterminator? Also, it’s not unusual for flaws to be discovered during “Capture the Flag” hacker competitions.


[ad_2]
Source link

Fake ChatGPT and AI pages on Facebook are spreading infostealers

0
[ad_1]

AI services like ChatGPT, Google BARD, and Jasper are being abused to spread malware like BundleBot and Doenerium through Facebook.

In a recent discovery by cybersecurity firm Check Point Research (CPR), cybercriminals have been found using Facebook as a platform to deceive unsuspecting users into downloading malicious malware, ultimately leading to the theft of private information and passwords.

In this attack trend, scammers are taking advantage of the increasing interest in generative artificial intelligence-based (AI) applications, such as Google Bard and OpenAI’s ChatGPT, to lure users into their traps.

The latest discovery by CPR should not come as a surprise, as Facebook has a track record of being abused by cybercriminals. Its features have been abused over the years to spread malware, or worse, even ransomware.

Just a couple of days ago, Malwarebytes confirmed that a Vietnamese threat actor was stealing malware through META Business Accounts. The scam is also utilizing malicious Chrome browser extensions to successfully exfiltrate Facebook login credentials.

The Scam Operation:

The modus operandi of these cybercriminals involves creating fake Facebook pages or groups, posing as popular AI brands, and generating engaging content to attract users’ attention.

Once users interact with the content by liking or commenting, it appears on their friends’ feeds, further spreading the scam. The fraudulent pages then offer a new service or exclusive content via a link, which leads users to unknowingly download malicious malware designed to steal their online passwords, cryptocurrency wallets, and other sensitive information stored in their browsers.

Examples of targeted AI brands include Bard New, Bard Chat, GPT-5, G-Bard AI, and the popular AI brand Jasper AI. These scammers meticulously replicate legitimate pages, using bots and Vietnamese chat language to give the appearance of authenticity and credibility.

The Malicious Payload:

The malware delivered by these fake Facebook pages is identified as “Doenerium,” an infostealer previously observed in various scams. This malware operates stealthily to gather various types of information, including browser data like cookies, bookmarks, and browsing history.

According to CPR’s report, the malware also steals cryptocurrency wallet information, FTP credentials, and sessions from social and gaming platforms. The stolen data is then consolidated into an archive and uploaded to file-sharing platforms.

Sophisticated Scams and the Rise of BundleBot:

While some scams rely on open-source toolsets and free services, others adopt more sophisticated techniques. Check Point Research recently uncovered advanced campaigns that employ Facebook ads and compromised accounts to distribute a stealthy stealer-bot called BundleBot.

This new malware operates under the radar, making it challenging to detect and shut down these campaigns. BundleBot specifically targets stealing Facebook account information, making the campaigns self-sustaining.

The Rising Threat of Infostealers:

The rise in infostealer usage can be linked to the growth of underground markets, where initial access brokers focus on obtaining and trading access or credentials to compromised systems. As the value of data increases for targeted attacks like business email compromise and spear-phishing, the proliferation of infostealers has grown.

Protecting Against Scams:

As public interest in AI-based solutions continues to rise, it’s crucial for individuals and organizations to stay vigilant against cybercriminal tactics. Users can identify phishing and impersonation attempts by verifying the sender’s email or web address, looking for domain misspellings, and downloading software only from trusted sources. 

  1. Fake ChatGPT Extension Hijacks Facebook Accounts
  2. Alert: Scammers Pose as ChatGPT in New Phishing Scam
  3. WormGPT – The Malicious ChatGPT Alternative Goes Viral
  4. 100,000 Hacked ChatGPT Accounts Discovered on Dark Web
  5. FortiGuard Labs Discovers .ZIP Domains Fueling Phishing Attacks

[ad_2]
Source link

US college students can now add their IDs to Samsung Wallet

0
[ad_1]

Samsung Wallet, like Google Wallet, is a useful app to store all your most important cards, and now that includes student IDs for college students. Samsung today announced officially that Samsung Wallet is adding student IDs to the app in partnership with colleges across the US.

So if you attend one of the compatible schools, you can store your ID inside of the app and use that anywhere you’d need the physical ID. Presumably this should work for anything around campuses where an ID might be needed. Though it’s not hard to imagine some schools having a policy or rule that requires the physical ID card.

There are of course some caveats. You’ll need to have a Galaxy smartphone to use the Samsung Wallet app. The app also has to be updated to the latest version. As this feature is part of an update. The good news is that the update should be live for users who meet that criteria. The only other thing you need is to be at a school where this is available.

Samsung Wallet with student IDs works at 68 colleges

There’s a lot of different educational institutions across the country, but Samsung Wallet’s new feature doesn’t just work at every single one of them. The company says that it’s started with 68 different locations. These are “colleges, universities, and higher education institutions across the nation.”

Samsung says this works at schools like Penn State, the University of Florida, Central Michigan University, University of North Alabama, and the Stevens Institute of Technology. It doesn’t give a full list of schools where the digital IDs are available though. Samsung says that if students want to know if their school supports it, they need to contact the school directly.

As for the compatible Galaxy devices, Samsung lists them on its Wallet FAQ page. As for features, the digital student IDs can be used for a number of things. Unlocking doors at dorm rooms, and in some cases for NFC-based payments. And there’s a built-in Power Reserve feature. With this, students tap their phone to use the ID even if the phone has turned off from low battery.


[ad_2]
Source link

A foldable Nothing smartphone is unrealistic for now, here’s why

0
[ad_1]

Since its inception, the startup smartphone brand Nothing has got some fans, and they are clamoring for a foldable smartphone. Despite these cries for a foldable device, Nothing’s CEO might have other plans for his brand. In the meantime, these plans have ‘nothing’ to do with developing or launching a foldable smartphone.

This point of view is not one that Carl Pei recently nurtured, as it has been his standpoint for quite a while. His view of the foldable smartphone industry and the actual nature of his company are major factors hindering the launching of a foldable smartphone. After the launch of the Nothing Phone 2, Carl Pei called foldable smartphones a “forced innovation.” 

According to him, smartphone manufacturers are forcing these devices on consumers worldwide. This claim is off-putting because Nothing’s smartphones come with a feature that not everybody might want. Carl Pei later clarified his standpoint, and it now sounds more understandable.

A clearer understanding of the Nothing CEO’s take on foldable smartphones

In a recent interview with The Verge, Carl Pei gave netizens a clearer understanding of his stance regarding foldable smartphones. From his explanation, the reason his company won’t develop a foldable device anytime soon is profitability. For them, the big question on their mind will be if they have a niche the device will cater to.

At the moment, Nothing is still working hard to establish its presence in the smartphone industry. Despite having two solid Android devices to their name, they still need to build a strong community of users. The launch of the Nothing Phone 2 brought the brand into America for the first time since its inception.

This goes to show that at the moment Nothing doesn’t have a community that might need foldable devices. So launching a foldable anytime soon might result in a waste of resources for the company. Foldable smartphones are not what the brand requires at this point to firmly establish their presence in the smartphone industry.

By sticking to the device form factor they have now and perfecting it, They will be able to achieve their dream. Once this is done, and they have secured a firm consumer base, the brand can then turn its attention to launching a foldable Nothing smartphone. Brands like Samsung, OPPO, Vivo, Huawei, and Honor just to mention a few, already have a strong consumer base and can afford to launch foldable devices.


[ad_2]
Source link