TIB A.I CyberSecurity Scoring
14/02/2026
Access Monitoring Plan
Access Monitoring Plan
No incidents recorded for Topec International B.V. in 2026.
No incidents recorded for Topec International B.V. in 2026.
No incidents recorded for Topec International B.V. in 2026.
Carrier is a global leader in intelligent climate and energy solutions, pioneering sustainable innovations in climate technologies. Founded by Willis Carrier, the inventor of modern air conditioning, we have been shaping industries and enhancing lives for more than a century. With approximately 48,000 employees across 160 countries and more than 35 trusted brands, Carrier serves customers through four business segments: Climate Solutions Americas, Climate Solutions Europe, Climate Solutions Asia Pacific, Middle East & Africa and Climate Solutions Transportation. Our solutions enable healthier, more efficient and more sustainable environments in homes and buildings, and help ensure the safe transportation of food, medicine and vaccines. Grounded in our purpose—we continue to lead through relentless innovation and a deep commitment to customer success, delivering cutting-edge solutions that bring comfort, safety and sustainability to life. Carrier. For the World We Share.
The Schindler Group is a leading manufacturer and provider of related services for elevators, escalators, and moving walkways. Founded in 1874 in Switzerland, our company is at the forefront of industry innovation, working on pushing the boundaries of technological engineering, while having a strong focus on safety, comfort, efficiency and reliability. Moving more than two billion people each day, our products can be found in many well-known buildings throughout the globe, including office and residential buildings, airports, shopping centers/retail establishments and specialty buildings. We’re a leading employer in the industry, with over 69’000 engaged employees enabling mobility within the urban world. We have a network of over 1000 branch offices in over 100 countries, as well as production sites and research and development facilities in the US, Brazil, Europe, China and India. At Schindler, our mission is to keep the world moving. We Elevate… Our World
Bilfinger is an international industrial services provider with a vision to be the No. 1 for its customers in enhancing efficiency and sustainability within the process industry. Bilfinger’s comprehensive portfolio spans the entire value chain, from consulting & engineering to prefabrication & installation, access & insulation, and services that improve the asset performance of industrial plants. The company operates in three geography-based segments: Western Europe, Central Europe, and International, with primary activities in Europe, North America, and the Middle East. Its process industry customers come from markets such as chemicals & petrochemicals, energy, oil & gas, and pharma & biopharma. With over 32,000 employees, Bilfinger upholds the highest standards of safety and quality, generating revenue of more than €5 billion in the financial year 2024. To achieve its goals, Bilfinger has identified two strategic levers: enhancing Operational Excellence to boost internal efficiency, and Market Expansion to strengthen customer focus and establish Bilfinger as the preferred partner. Imprint: https://www.bilfinger.com/en/imprint/ Data privacy: https://www.bilfinger.com/en/data-privacy/
We enable sustainable societies through innovation in technology and services together with all our stakeholders – today and tomorrow. We emphasise innovation in sustainable technology and services to help our customers continuously improve environmental and economic performance. We work together with our strong ecosystem of partners every day, providing a wide portfolio of leading technologies and innovative solutions that offer our customers superior uptime, reliability and foreseeable lifecycle costs across their operations. Our global passionate team of 17,500 energy and maritime experts in 200 locations in more than 70 countries is committed to shaping decarbonisation transformation of our industries across the globe.
Ingersoll Rand Inc. (NYSE:IR), driven by an entrepreneurial spirit and ownership mindset, is dedicated to Making Life Better for our employees, customers, shareholders, and planet. Customers lean on us for exceptional performance and durability in mission-critical flow creation and industrial solutions. Supported by over 80+ respected brands, our products and services excel in the most complex and harsh conditions. Our employees develop customers for life through their daily commitment to expertise, productivity, and efficiency. For more information, visit www.IRCO.com.
At Johnson Controls, we transform the environments where people live, work, learn and play. As the global leader in smart, healthy and sustainable buildings, our mission is to reimagine the performance of buildings to serve people, places and the planet. Building on a proud history of 140 years of innovation, we deliver the blueprint of the future for industries such as healthcare, schools, data centers, airports, stadiums, manufacturing and beyond through OpenBlue, our comprehensive digital offering. Today, Johnson Controls offers the world`s largest portfolio of building technology and software as well as service solutions from some of the most trusted names in the industry. Visit www.johnsoncontrols.com for more information.
Incorporated in 1966, Thermax Group is a 1 billion US$ company headquartered in Pune, India. Over the years, it has grown into a leading conglomerate in the energy and environment space and a trusted partner in energy transition. Strategically spreading its operations to 90+ countries while catering to a gamut of industries, the company offers integrated solutions in heating, cooling, power generation, water treatment and recycling, air pollution control, and chemicals with a focus on ensuring clean air, clean energy, and clean water. The solutions, products and services developed by Thermax help industries achieve better resource productivity and improve bottom line while maintaining a cleaner environment. Today, Thermax has a sales and service network spread over Asia, Southeast Asia, the Middle East, Africa, Europe and the Americas. It operates globally through 34 international and 22 domestic offices, and has 14 manufacturing facilities – 10 of which are in India and four overseas. The group consists of 17 domestic subsidiaries and 20 international subsidiaries.
Metso is a frontrunner in sustainable technologies, end-to-end solutions and services for the aggregates, minerals processing and metals refining industries globally. By improving our customers’ energy and water efficiency, increasing their productivity, and reducing environmental risks with our product and process expertise, we are the partner for positive change. Metso is committed to limiting global warming to 1.5°C with Science Based Targets.
Following 100 years of successful design and manufacturing experience in plastic and metals, Rencol Components has built a truly global supply chain - rapidly expanding our range of high-quality, competitively-priced industrial components. Rencol has developed a mature and efficient Supply Chain with English-speaking personnel specialising in design, engineering, quality and logistics. Our permanent quality and engineering personnel work closely with all manufacturing facilities. We leverage the latest advances in communications and information technology to integrate our Component Sourcing, Management, and Sales & Product Development teams in Shanghai (China), New York (USA), and Bristol (UK), respectively. Specialties: Custom manufacturing, plastic injection moulding, die casting, forging, machining, metal stamping, tooling and sub assemblies. Far East product sourcing, China manufacturing facilities. Global supply chain network.
Latest updates, reports, and threat intel affecting the global network.
A flaw was found in DPDK lib/vhost. Missing length validation before reading command_data in the virtio-net control-queue handler can cause an out-of-bounds read and a host process crash.
Maravel, a PHP framework oriented towards dependency injection, prior to version 10.74.0 has a high-severity Token Replay Vulnerability arising from a structural lifecycle mismatch between stateless token validation engines and high-performance relational caching layers. Any application with low cache memory that causes premature eviction to free up memory and applications running macropay-solutions/maravel-framework that utilize tymon/jwt-auth for API token authentication and blacklist management or any other package that does the same may be affected. This architectural risk might also impact native Laravel applications utilizing cache tags under specific volatile or eviction-capped environments. tymon/jwt-auth automatically probes for cache tag support. If found, it forcefully wraps 14-day token blacklist entries (jti) inside a relational tymon.jwt tag. In environments where the O(1) Atomic Lazy Eviction model is active — either natively inside Maravel-Framework v20.x or manually backported into v10.x via the explicit DI container singletons provided in PR #104 (App\Cache\TaggedCache and App\Cache\TagSet) — a strict global tracking ceiling (Container::TAGGED_CACHE_TTL_CAP_SECONDS) of 7,200 seconds (2 hours) is enforced to secure the system against memory index bloat. This ceiling forcefully truncates the 14-day blacklist lifespan down to a maximum of 2 hours, after which individual tracking keys naturally expire and disappear from the active cache window. Furthermore, because the optimized engine implements a generational version matrix to achieve O(1) flush speeds, any programmatic or manual invocation of a tag flush or reset (e.g., Cache::tags([...])->flush()) instantly bumps the internal atomic master version pointer. This shifts the computed cryptographic composite hash (sha1($this->tags->getNamespace())) for all overlapping components, rendering the entire existing index immediately unreachable. Consequently, through either natural 2-hour expiration or an intervening tag flush execution (like the cache naturally cleaning old values to free up memory), the invalidation state records are entirely wiped out. Because the tokens' physical cryptographic signatures remain structurally valid for up to 14 days, stolen, hijacked, or legitimately logged-out tokens are instantly and silently resurrected across the entire API gateway, leaving the application critically vulnerable to widespread Token Replay Attacks. Because this issue is caused by an upstream architectural assumption within the tymon/jwt-auth package rather than a core defect inside the framework, there is no direct framework version upgrade that can safely bypass this lifecycle collision without breaking business cache recycling bounds. Maravel version 10.74.0 introduced a way to backport the new fixed tagged cache from 20.x into 10.x by resolving TagSet and TaggedCache from DI, which is how this latent architectural lifecycle vulnerability was discovered. Users must apply the decoupled configuration workaround outlined below. As a workaround, make sure that cache memory size does not generate early natural evictions from cache to free up space, deleting blacklisted jwt ids before they expire. Applications must decouple flat authentication vectors from the relational tagging subsystem. This forces token identifiers to write directly to the primary cache keyspace as flat, un-tagged key-value pairs where they securely retain their unclipped 14-day lifecycle.
Sylius is an Open Source eCommerce Framework on Symfony. Starting in version 2.0.0 and prior to version 2.0.18, 2.1.15, and 2.2.6, the `GET /api/v2/shop/payment-requests/{hash}` and `PUT /api/v2/shop/payment-requests/{hash}` endpoints look up the payment request solely by the hash from the URL. No ownership check is performed against the authenticated customer or the underlying order. An attacker who obtains a payment request hash can read the payment request and, through the `payment` IRI in the response, recover the underlying order's `tokenValue` (which itself grants access to the full order, items, addresses, customer email, totals); and/or update the payment request payload (e.g. `target_path`, `after_path`). These fields are used by the front-end controller to redirect the user after the payment, so an attacker can flip them to an attacker-controlled URL and intercept the buyer. The hash is a UUID, so it has to be obtained out-of-band (logs, shared links, referrer headers, a co-located client), but once it is known no other credential is required, neither authentication nor knowledge of the order token. The creation endpoint `POST /api/v2/shop/orders/{tokenValue}/payment-requests` shares the same flaw: it resolves the target order solely from the `tokenValue` in the URL without verifying that the caller owns the order. The issue is fixed in versions 2.0.18, 2.1.15, and 2.2.6. As a workaround, add a query extension that filters the `GET` operation; decorate the `PUT` state provider, guard the `POST` creation endpoint with a command-bus middleware, and wire the services.
Sylius is an Open Source eCommerce Framework on Symfony. Starting in version 2.0.0 and prior to version 2.0.18, 2.1.15, and 2.2.6, an authorization bypass vulnerability exists in the shop account API. The `PATCH /api/v2/shop/account/orders/{tokenValue}/payments/{paymentId}` endpoint, used by an authenticated shop customer to change the payment method of an order that has been placed but not yet paid (state `STATE_NEW`), does not validate that the chosen payment method is enabled for the order's channel. The equivalent checkout endpoint (`PATCH /api/v2/shop/orders/{tokenValue}/payments/{paymentId}`) correctly rejects out-of-channel payment methods with `HTTP 422`; the account endpoint silently accepts them and returns `HTTP 200`. An authenticated customer can therefore assign any globally enabled payment method to their own placed order, including methods that the store operator has explicitly excluded from that channel. The issue is fixed in versions: 2.0.18, 2.1.15, 2.2.6 and above. As a workaround, decorate the `Sylius\Bundle\ApiBundle\Changer\PaymentMethodChangerInterface` service in the application.
Sylius is an Open Source eCommerce Framework on Symfony. Versions 2.0.0 through 2.0.17, 2.1.0 through 2.1.14, and 2.2.0 through 2.2.5 contain an improper workflow enforcement vulnerability in the cart `FormComponent`. When an order is completed while its cart page remains open, the stale LiveComponent does not detect the order’s changed state and continues to permit cart actions, allowing an authenticated customer to modify or permanently delete an already completed order. Versions 2.0.18, 2.1.15, and 2.2.6 contain a patch. As a workaround, deployments can copy the patched `FormComponent` into the application's `src/` directory and override the `sylius_shop.twig.component.cart.form` service definition to use that class.
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.