LFI A.I CyberSecurity Scoring
20/05/2026
Access Monitoring Plan
Access Monitoring Plan
Lusamerica Foods Inc has 0.0% fewer incidents than the average of same-industry companies with at least one recorded incident.
Lusamerica Foods Inc has 4.76% fewer incidents than the average of all companies with at least one recorded incident.
Lusamerica Foods Inc reported 1 incidents this year: 0 cyber attacks, 1 ransomware, 0 vulnerabilities, 0 data breaches, compared to industry peers with at least 1 incident.
Food & Beverages
Wonder is the mealtime platform built to satisfy every craving without compromise. With options including dine-in, delivery, pickup, and meal kits, Wonder makes every dining experience effortless. With the Wonder app, you can combine hundreds of dishes from the menus of world-renowned chefs in a single order so everyone gets exactly what they’re craving—no more mealtime debates, just fuller plates, and happy eaters. Recognized by Fast Company as one of the “Most Innovative Companies,” Wonder’s portfolio of brands also includes meal-kit pioneer Blue Apron, leading online food marketplaces Grubhub and Seamless, last-mile logistics platform Relay, and Emmy®-winning media company Tastemade. Together, we're united by a single mission: to make great food more accessible. There has never been a more exciting time to join our world-class team. We’ve brought together people who are changing the way the world eats—with grit, optimism, care, and a little bit of salt, and pepper. And it's just the beginning. Help us become the primary destination for mealtime. We hope you’re hungry.
We are passionate for chocolate. We can translate it into the quality of our products, and the way we make them become true. Everything we create has a handcrafted aspect, a human touch. That is because, for Cacau Show, each chocolate is a caress expression, a real moment of happiness. For us, chocolate is an embracing experience. It envolves the product itself, its texture, smell, package, the stores, the customer service, the communication. We are a team of specialists that know everything since its origins, varieties, and we use the best technology to deliver delicious products, that can transform our customers' special moments. We are authentic, because we are sincere and real. We were the first brand to offer high quality truffles with an accessible price. We are close to everyone, because we believe in proximity as a way to establish true and everlasting relations with our customers. We innovate, because it is our essence to make it different everyday, taking risks, and creating new experiences and sensations. We want to be present in people's lives in every moment: casual days or special occasions. In each and every of these moments, we always look forward to offering products with the power to enchant customers, and bring the magic and passion of consuming high quality chocolate.
Discover the Levy Difference Passion is a great gift, and we have a lot of gifted people. Our contagious enthusiasm stimulates minds, engages senses and touches hearts. Each guest is greeted with a warm welcome, served with pride and extended a heartfelt invitation to return. Experience legendary dining and the fire in our bellies that makes every occasion spent with us extraordinary. "Even though we’ve been around for over 30 years, we live each day with the same values of the family company born with D.B. Kaplan’s Deli in 1978." – ANDY LANSING, PRESIDENT & CEO Want food for thought? We think about food 24/7/365. It inspires us to be true restaurateurs, delivering dining at its best wherever we are; restaurants, stadiums, racetracks, hotels, convention centers and amazing special events. We've even taken that enthusiasm across the pond, expanding the Levy Difference to venues throughout the United Kingdom. Our sense of personal pride motivates managers and chefs to act as if it's their name on the door. Bottom line? We love what we do and know you will too.
Restaurant Associates is a chef-driven hospitality company known for elevating culinary and brand experiences for our clients and guests across the country. Our lines of business include restaurants, workplace, higher education, cultural centers, and event catering. Our teams are built on our culture of CARE. For open roles, visit https://www.restaurantassociates.com/join-our-team/ R/A is a subsidiary of Compass Group USA, ranked No. 1 by industry peers on Fortune’s 2023 list of World’s Most Admired Companies. America’s Greatest Workplaces for Diversity (Newsweek) America’s Most Trustworthy Companies (Newsweek) Top 50 Companies Changing the World (Fortune)
Latest updates, reports, and threat intel affecting the global network.
HedgeDoc is an open source, real-time collaborative markdown notes application. Prior to 1.11.0, the GitHub Gist export flow created an OAuth2 state value but only checked that it was present rather than validating it against the value expected for the user's session. Because the state was not properly validated, an attacker could forge a callback URL containing their own valid GitHub OAuth code. When processing the callback, HedgeDoc used the victim's logged-in session to select which note to export, but the attacker's authorization code to determine which GitHub account received it. As a result, a logged-in victim who clicked a crafted link could export their own private, protected, or limited note directly into a Gist controlled by the attacker. This issue has been fixed in version 1.11.0.
HedgeDoc is an open source, real-time, collaborative, markdown notes application. Prior to version 1.11.0, HedgeDoc was vulnerable to a YAML alias bomb due to unsafe processing of the note frontmatter. HedgeDoc parsed frontmatter with js-yaml.load (js-yaml v3) via @hedgedoc/meta-marked, which resolved YAML anchor aliases. A compact malicious payload could therefore expand into a huge object structure, consuming excessive CPU. This expansion ran on every request to the publish view (/s/<shortid>) and, when placed under the opengraph key, the editor view (/<noteId>). A ten-level alias bomb could block the single Node.js event loop for roughly 235 seconds per request, causing concurrent requests to hang or drop and rendering the instance unavailable (DoS). Because the note was stored in the database, the impact survived process restarts until the note was removed. toobusy-js did not reliably mitigate the worst cases, as the event loop was saturated before the middleware could respond. This issue was fixed in version 1.11.0.
Crypt::OpenSSL::X509 versions before 2.1.3 for Perl allow a heap out-of-bounds read via a long certificate extension OID in hv_exts. When building the extension hash (via extensions(), extensions_by_long_name(), extensions_by_oid(), or has_extension_oid()), the code passes OBJ_obj2txt()'s return value as the hash-key length; because that value is the OID's full text length rather than the bytes written to the fixed-size buffer (129 bytes), an OID whose text is longer than the 129-byte buffer causes a read past the allocation, exposing adjacent heap memory as the returned hash key. extensions_by_name() uses the static shortname path and is not affected.
Crypt::OpenSSL::X509 versions before 2.1.3 for Perl allow denial of service via NULL pointer dereference. X509V3_EXT_d2i(ext) returns NULL when an extension's DER value fails to parse. basicC, ia5string, and auth_att dereference its result without a NULL check. keyid_data also dereferences akid->keyid, which is NULL for an empty AKI SEQUENCE (DER 30 00) even when the parse succeeds. A caller invoking an affected helper on an extension from an untrusted certificate triggers a SIGSEGV that crashes the Perl process.
Cockpit CMS contains a path traversal vulnerability in the Bucket file storage API (/system/buckets/api). The api() method in modules/System/Controller/Buckets.php sanitizes the bucket name with preg_replace('/[^a-zA-Z0-9-_\\.]/','', $bucket), which permits '..' and '../' sequences. The sanitized value is interpolated into a Flysystem path as uploads://buckets/{bucket}. Flysystem's WhitespacePathNormalizer resolves 'buckets/..' to the empty string (the uploads storage root) without raising PathTraversalDetected because the '..' has a preceding component to consume. An authenticated low-privileged user can send a crafted request with a '../' bucket name to list, upload, and delete files across all buckets, including those belonging to other users or roles
curl -i -X GET 'https://api.rankiteo.com/underwriter-getcompany-history?
linkedin_id=axa' -H 'apikey: YOUR_API_KEY_HERE'
Every week, Rankiteo analyzes billions of signals to give organizations a sharper, faster view of emerging risks. With deeper, more actionable intelligence at their fingertips, security teams can outpace threat actors, respond instantly to Zero-Day attacks, and dramatically shrink their risk exposure window.
Rankiteo is a unified scoring and risk platform that analyzes billions of signals weekly to help organizations gain faster, more actionable insights into emerging threats. Empowering teams to outpace adversaries and reduce exposure.