A cybersecurity researcher has identified a major security flaw with a business monitoring lost objects in airports. Passports, driving license, and even lost luggage were exposed. In total, a million objects are affected by this breach. The company immediately secured its databases. © Clickerhappy – Airports around the world are places where it is common to lose objects or documents. Save save Receive the cybersecurity alerts Lost and Found Software, a German company specializing in the census and monitoring of lost objects in airports, did she show negligence? Cybersecurity researcher Jeremiah Fowler has, in fact, identified ten databases unprotected by password and likely to exhibit nearly a million object records: identity documents and personal traveler data from around the world were thus strongly endangered, specifies a clubic article. A total of 122 GB of sensitive information is affected by this security flaw. The databases he had access without too much effort, specifies Jeremiah Fowler on the WebsitePlanet website, notably contained high -resolution passports and driving license images or photos of shipping labels. But also payment confirmation documents and receipts with financial information, all available to potential hackers. Photos of medical devices, computers and wallets are also listed by Lost and Found Software. Read also: Airport parking lots: These well -established scams that can cost you dearly the follow -up of lost objects immediately secured its business databases, alerted by the researcher, immediately did the necessary to secure his databases. It is unknown for how long the data have been endangered but as the Record Clubic, their very stealth exposure can have problematic consequences, such as the identity theft of the travelers concerned. For the time being, no abusive use of Lost and Found Software data has been reported. But Jeremiah Fowler advises companies specializing in monitoring items found to implement reinforced authentication measures and regularly carry out safety audits and intrusion tests, which may be able to identify public exhibitions and vulnerabilities. Receive our latest news every day, selecting the main news of the day. (tagstotranslate) cybers u00e9curit u00e9
News kiosk Latest Posts
// Function to fetch the latest posts
function fetchLatestPosts() {
const feedUrl = ‘https://newskiosk.pro/feed/’; // Replace with your blog’s RSS feed URL
fetch(feedUrl)
.then(response => response.text())
.then(str => new window.DOMParser().parseFromString(str, “text/xml”))
.then(data => {
const items = Array.from(data.querySelectorAll(“item”));
const latestPostsContainer = document.getElementById(“latest-posts”);
latestPostsContainer.innerHTML = ”; // Clear previous posts
// Shuffle the items array
const shuffledItems = items.sort(() => Math.random() – 0.5);
// Select the first 5 items from the shuffled array
const selectedItems = shuffledItems.slice(0, 5);
// Loop through the selected items and display them
selectedItems.forEach(post => {
const link = post.querySelector(“link”).textContent;
const description = post.querySelector(“description”).textContent;
// Create a new post element
const postElement = document.createElement(“div”);
postElement.classList.add(“latest-post”);
postElement.innerHTML = `
${description} Read more
`;
// Append the new post element to the container
latestPostsContainer.appendChild(postElement);
});
})
.catch(error => console.error(‘Error fetching the latest posts:’, error));
}
// Call the function to fetch and display the latest posts
fetchLatestPosts();
News kiosk- Are You Making These Common Mistakes? Click below to Learn More
Secret That Everyone Is Talking About
If you want to dive deeper into the topic, click on Read More:
Gardening with Ecorganicas: Your Source for Organic Gardening Tips
Financial potential with expert tips on budgeting, investing, and saving
Unlock the Hidden Truth: Click to Reveal!