SQLS A.I CyberSecurity Scoring
01/06/2026
Access Monitoring Plan
Access Monitoring Plan
No incidents recorded for Speed Queen Licensed Stores in 2026.
No incidents recorded for Speed Queen Licensed Stores in 2026.
No incidents recorded for Speed Queen Licensed Stores in 2026.
Machinery Manufacturing
About Murugappa Group A 125-year-old conglomerate with presence across India and the world, the INR 902 billion (90,178 crore) Murugappa Group has diverse businesses in agriculture, engineering, financial services and more. The Group has 10 listed companies: Carborundum Universal Limited, CG Power & Industrial Solutions Limited, Cholamandalam Financial Holdings Limited, Cholamandalam Investment & Finance Company Limited, Coromandel International Limited, E.I.D.-Parry (India) Limited, NACL Industries Limited, Shanthi Gears Limited, Tube Investments of India Limited, and Wendt (India) Limited. Other major companies include Cholamandalam MS General Insurance Company Limited and Parry Agro Industries Limited. Brands such as Ajax, Hercules, BSA, Montra, Montra Electric, Mach City, Chola, Chola MS, CG Power, Shanthi Gears, CUMI, Gromor, Paramfos, Parry’s are part of the Group’s illustrious stable. Abrasives, technical ceramics, electrominerals, electric vehicles, auto components, fans, transformers, signalling equipment for railways, bicycles, fertilisers, sugar, tea and several other products make up the Group’s business interests. Guided by the Five lights — integrity, passion, quality, respect and responsibility — and a culture of professionalism, the Group has a workforce of 94,041employees.
Sulzer is a global leader in critical applications for core infrastructure and processes for large essential industries around the world. We ensure the security, quality and durability of critical goods and services by supporting energy security, natural resource management and efficiencies in process industries. This in turn supports the transition to a circular economy. Our integrated solutions add significant value by enabling energy efficiency, carbon emissions and pollution reduction, and process efficiency improvements. Customers benefit from our commitment to innovation, performance and quality through our responsive network of 160 world-class manufacturing facilities and service centers across the globe. Sulzer has been headquartered in Winterthur, Switzerland, since 1834. In 2023, our 13’130 employees delivered revenues of CHF 3.3 billion. Our shares are traded on the SIX Swiss Exchange (SIX: SUN). www.sulzer.com
Konecranes is a global leader in material handling solutions, serving a broad range of customers across multiple industries. We consistently set the industry benchmark, from everyday improvements to the breakthroughs at moments that matter most, because we know we can always find a safer, more productive and sustainable way. That’s why, with around 16,500 professionals in over 50 countries, Konecranes is trusted every day to lift, handle and move what the world needs. In 2023, Group sales totalled EUR 3.9 billion. Konecranes shares are listed on Nasdaq Helsinki (symbol: KCR).
It doesn’t matter if you’ve never driven a tractor, mowed a lawn, or operated a dozer. With John Deere’s role in helping produce food, fiber, fuel, and infrastructure, we work for every single person on the planet. It all started nearly 200 years ago with a steel plow. Today, John Deere drives innovation in agriculture, construction, forestry, turf, power systems, and more.
Atlas Copco Group enables technology that transforms the future. We innovate to develop products, services and solutions that are key to our customers’ success. Our four business areas offer compressed air and vacuum solutions, energy solutions, dewatering and industrial pumps, industrial power tools and assembly and machine vision solutions. In 2024, the Group had revenues of BSEK 177, and at year end about 55 000 employees.
CNH ( NYSE: CNH ) is a world-class equipment, technology and services company. The Company operates commercially through its brand portfolio which includes Case IH, New Holland Agriculture, New Holland Construction, and CASE Construction Equipment. CNH has over 35,000 employees, 40 manufacturing plants, 49 R&D centers, and hold circa 11,000 registered patents. We are the driving force behind the iron and tech transforming our world.
Valmet is a global technology leader serving process industries. We work together with our customers throughout the entire lifecycle, delivering cutting-edge technologies and services as well as mission-critical automation and flow control solutions. Backed by more than 225 years of industrial experience and a global team of over 19,000 professionals close to customers, we are uniquely positioned to transform industries toward a regenerative tomorrow. In 2024, Valmet’s net sales totaled approximately EUR 5.4 billion. Our head office is in Espoo, Finland, and we have experts in approximately 40 countries around the world. Valmet’s shares are listed on Nasdaq Helsinki. Valmet has two focused segments: Biomaterial Solutions and Services and Process Performance Solutions. Valmet’s operating model consists of five business areas: Automation Solutions; Flow Control; Pulp, Energy and Circularity; Packaging and Paper; and Tissue. The business areas are supported by a separate Latin America unit and a China Chair. The Global Supply unit supports cost-competitiveness by optimizing and leveraging Valmet’s global scale in procurement and production.
For 100 years, we’ve been helping customers build a better, more sustainable world. Our innovative products and services, backed by our global dealer network, provide exceptional value that helps customers succeed. With 2024 sales and revenues of $64.8 billion, Caterpillar Inc. is the world’s leading manufacturer of construction and mining equipment, off-highway diesel and natural gas engines, industrial gas turbines and diesel-electric locomotives. Caterpillar does business on every continent, principally operating through three primary segments – Construction Industries, Resource Industries and Energy & Transportation – and provides financing and related services through our Financial Products segment.
Atlas Copco delivers innovative products and solutions that help businesses grow and drive progress. Our portfolio spans compressed air and gas systems and treatment, vacuum solutions, industrial power tools, assembly systems, and power and flow solutions. We bring a commitment to long-term success built on expertise, reliable service, and uptime. When you level to the Atlas Copco experience you enter a partnership based on quality, sustainability, and ease of collaboration. The technology we bring, and the decades of experience support the future-proofing of your business.
Latest updates, reports, and threat intel affecting the global network.
vLLM is an inference and serving engine for large language models (LLMs). Prior to 0.23.1rc0, the fix for CVE-2026-22778, which introduced a sanitize_message helper that strips object-repr memory addresses from error messages before they reach the client, is incomplete: several response paths echo str(exc) directly to clients without calling sanitize_message. The unsanitized sites include the Anthropic API router in vllm/entrypoints/anthropic/api_router.py (the POST /v1/messages and POST /v1/messages/count_tokens handlers), the Server-Sent Events streaming converter in vllm/entrypoints/anthropic/serving.py, and the realtime speech-to-text WebSocket in vllm/entrypoints/speech_to_text/realtime/connection.py. These paths catch the exception inside the route coroutine and construct the JSONResponse themselves, bypassing the sanitizing global FastAPI exception handler, and WebSocket frames do not traverse that handler chain at all. Using the same primitive as the parent issue, an unauthenticated attacker can send malformed image bytes through the Anthropic Messages API image content parts so that PIL.Image.open raises an UnidentifiedImageError whose message contains the BytesIO object repr, leaking the heap memory address verbatim in the error.message field of the response body. This vulnerability is fixed in 0.23.1rc0.
vLLM is an inference and serving engine for large language models (LLMs). Prior to 0.23.1rc0, ll temperature validation gates use comparison operators (<, >), which silently evaluate to False for NaN and for positive Infinity in Python's IEEE 754 float semantics. Both values pass every guard and propagate to GPU sampling kernels, where they produce undefined behavior or CUDA errors that can crash the inference worker. This vulnerability is fixed in 0.23.1rc0.
vLLM is an inference and serving engine for large language models (LLMs). Prior to 0.23.1rc0, vLLM's /v1/audio/transcriptions endpoint limits compressed upload size but not decoded PCM output. A 25MB OPUS file expands to ~14.9GB of float32 PCM at decode time. This vulnerability is fixed in 0.23.1rc0.
vLLM is an inference and serving engine for large language models (LLMs). Prior to 0.22.1, the vLLM Dockerfile is vulnerable to a dependency confusion attack through the flashinfer-jit-cache package. The package is installed from a custom index (flashinfer.ai/whl/) using --extra-index-url, but the package name was not registered on PyPI, and UV_INDEX_STRATEGY="unsafe-best-match" is set globally. An attacker who registers flashinfer-jit-cache on PyPI with version 0.6.11.post2 can execute arbitrary code as root during the Docker build and backdoor every resulting container image, enabling exfiltration of all user prompts, API credentials, and model data from production vLLM deployments This vulnerability is fixed in 0.22.1.
vLLM is an inference and serving engine for large language models (LLMs). From 0.5.5 until 0.23.1rc0, integer truncation of tensor dimensions in vLLM's GGUF dequantize kernels (csrc/quantization/gguf/gguf_kernel.cu) causes partial tensor processing. The output tensor is allocated at full size via torch::empty (uninitialized memory), but the dequantize CUDA kernel processes only a truncated number of elements. The unfilled portion of the output tensor retains whatever was previously in GPU memory. In multi-tenant inference deployments, this residual GPU memory may contain tensor data from other users' inference requests, constituting information disclosure. This vulnerability is fixed in 0.23.1rc0.
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.