COSI A.I CyberSecurity Scoring
26/05/2026
Access Monitoring Plan
Access Monitoring Plan
CMD Outsourcing Solutions, Inc. has 45.36% fewer incidents than the average of same-industry companies with at least one recorded incident.
CMD Outsourcing Solutions, Inc. has 2.91% fewer incidents than the average of all companies with at least one recorded incident.
CMD Outsourcing Solutions, 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.
Outsourcing and Offshoring Consulting
TaskUs delivers outsourced digital services that power the companies shaping the future. By combining specialized human talent and intelligent technology, we solve complex operational challenges for global category leaders within AI, autonomous vehicles (AV), robotics, social media, financial services, healthcare, and beyond. We enable our clients to elevate their customer experience, protect their platforms, and grow their brands.
Transcom provides digitally enhanced customer experience (CX) services to some of the world's most ambitious brands. More than 300 clients globally, including disruptive e-commerce players, category redefining fintechs, and technology legends rely on us for on-, off-, and nearshoring services. Transcom’s over 33,000 employees work in 90 contact centers and work-at-home networks across 28 countries, creating brilliant experiences in customer care, sales, content moderation, and backoffice services. We help our clients drive their brands forward, customer satisfaction up, and operating costs down.
Majorel has been acquired by TP allowing us to deliver even more exceptional services in more locations worldwide and on a greater scale than ever before. We deliver the most advanced, digitally-powered business services to help the world’s best brands streamline their business in meaningful and sustainable ways. The combination of our leading business services companies makes TP the industry leader, more capable than ever of delivering critical solutions and the support you need. Let’s master change together!
We are one of the world's largest global providers of customer relationship management and business transformation outsourcing (CRM/BTO) services and industry leaders in Latin America. Our offerings have expanded beyond the realms of traditional Business Process Outsourcing (BPO) to become front-runners in the transformative space of BTO. This evolution has been powered by the integration of AI and automation, emphasizing the enhancement of competitive edges through the lens of Customer Experience (CX) consulting. We are also one of the leading providers of nearshoring CRM BTO services for businesses operating in the United States. Since 1999, we have developed business models in 17 countries, employing approximately 110,000 people. Serving over 400 clients, we deliver a comprehensive suite of BTO CRM services across a multitude of channels. We specialize in tailored solutions that cater to diverse industry needs, blending our proprietary technologies with third-party platforms to cultivate authentic connections and lasting customer experiences. Our mission is to ensure every interaction is not just meaningful, but also enriching, contributing real value to our clients' enterprises. Our commitment and service excellence have not gone unnoticed. We've earned accolades from prominent industry analysts in various regions, including acknowledgments from Everest, Gartner, Frost & Sullivan, and ISG. On the corporate culture front, Forbes recognized us as one of the 100 best companies to work for in Spain for 2023, and the Great Place to Work® Institute consistently ranks us among the top 25 best global employers. Notably, we are the first in our sector to be awarded the ISO 56002 Certification for Innovation Management, an honor we have proudly maintained for three years running.
Sempre inovador, o Grupo Souza Lima desenvolve soluções completas e híbridas, que realmente funcionam, em serviços de Segurança, Limpeza e Facilities. Essas soluções já são realidade para clientes Souza Lima e integram colaboradores treinados com tecnologia avançada para otimizar recursos e melhorar a performance nos segmentos de indústrias, shoppings, condomínios, instituições de ensino e de saúde, entre diversas outras empresas. Com mais de 30 anos de mercado e atuação nacional, conta com mais de 30.000 colaboradores, 2000 clientes e 22 filiais em 14 estados.
We’re passionate about creating customers for life by designing experiences that elevate your brand. As your full-service CX partner from strategy to execution, we blend proven performance, industry-leading expertise and the right technology that delivers real results and limitless possibilities. What makes us different: We don't just deliver customer experiences—we pioneer them. Bold enough to challenge convention, relentless in delivering results, connected through deep client relationships, and true to our values of integrity and authenticity. Our global reach includes 100,000 professionals across 17 countries, serving 250+ brands in 75+ languages. Ready to be part of a team that's curious, creative, connected, and committed? Check out our careers page: alorica.com/careers
Konecta is a leading innovative global service provider in customer management business process outsourcing, with 120,000 passionate employees working in 30 languages across 4 continents and 26 countries. Focusing on the unique needs and opportunities of each industry, Konecta offers a full range of end-to-end customer management solutions – including acquisition, retention, customer service, technical support, and collection – all based on a sustainable business model. These services are built on a portfolio of world-class expertise covering customer experience and process management, digital solutions and cutting-edge technologies. Headquartered in Madrid, Konecta delivers global revenues of approximately €2 billion with more than 500 clients, covering some of the biggest names in telecoms, energy, banking, mobility, retail, and e-commerce.
Established in 2001, Firstsource Solutions Limited, an RP-Sanjiv Goenka Group company, is a specialized BPS partner with hyper-focused, domain-centered teams and cutting-edge tech, data, and analytics. We help our clients across healthcare, banking and financial services, communications, media, technology, retail and utilities reimagine their business with our UnBPO(TM) approach. Our team of over 35,000 Firstsourcers, globally, is driven to Make It Happen for our clients, solving their biggest challenges. We are a trusted growth partner for over 200 leading global brands, including several Fortune 500 and FTSE 100 companies and present in the US, the UK, Mexico, India, Australia, South Africa and the Philippines.
A Manserv tem no ato de servir sua principal vocação. A organização, fundada em 1985, tem estrutura empresarial sólida e abrangente. Especializada nas áreas de Manutenção, Facilities, Logística e Tecnologia, possui extenso portfólio de produtos e serviços, capazes de atender os mais diversificados mercados com soluções inovadoras, inteligentes e customizadas. Somos um time de especialistas e, por isso, garantimos excelência na prestação dos serviços.
Latest updates, reports, and threat intel affecting the global network.
An incomplete patch for CVE-2026-18556 allows for authentication bypass and account takeover in N-central Versions through 2026.3.1
The OCPP 1.6 client in subsys/net/lib/ocpp parsed inbound WAMP RPC frames in parse_rpc_msg() (subsys/net/lib/ocpp/ocpp_j.c) using a hand-rolled helper, extract_string_field(), that copied the message's uid and action fields with strncpy(out_buf, token + 1, outlen - 1) and then scanned the result with strchr(out_buf, '"'). Because strncpy does not NUL-terminate the destination when the source is at least outlen - 1 (127) bytes long, the subsequent strchr reads past the 128-byte destination buffer into adjacent stack memory; if a " byte is found beyond the buffer, a one-byte out-of-bounds NUL write also occurs. A related defect in extract_payload() runs strchr/strrchr over the receive buffer, which may not be NUL-terminated when a maximal-length frame fills it. The parsed bytes come directly from the OCPP central-system server over a websocket: the reader thread fills recv_buf via websocket_recv_msg() and calls parse_rpc_msg() on each inbound DATA frame (subsys/net/lib/ocpp/ocpp.c). A malicious or compromised central server, or an on-path attacker (OCPP is commonly deployed over plain ws://), can send an RPC frame whose uid or action field is 127+ bytes with no closing quote, triggering the out-of-bounds access. The primary impact is a remotely triggerable denial of service: the unbounded scan can fault on an unmapped page, and the stray NUL write can corrupt adjacent stack state. The over-read data is not reflected to the peer, so disclosure is limited. The feature is EXPERIMENTAL and must be explicitly enabled (CONFIG_OCPP). The fix replaces the manual parser with the bounds-respecting json_mixed_arr_parse() and copies the extracted uid with an explicitly NUL-terminated buffer, eliminating both over-reads.
A vulnerability in huggingface/transformers versions <=5.8.0.dev0 allows an attacker to perform arbitrary file writes via path traversal. The issue resides in the `save_pretrained()` methods of `PreTrainedTokenizerBase` and `ProcessorMixin`, where keys from the `chat_template` dictionary are used directly as filenames without proper validation. An attacker can exploit this by publishing a malicious Hugging Face Hub repository with a crafted `tokenizer_config.json` file. When a victim downloads and saves the tokenizer or processor, the attacker-controlled keys can escape the intended save directory, enabling arbitrary file writes with attacker-controlled content. This vulnerability affects multiple processors inheriting from `ProcessorMixin`, including Idefics, Florence, Gemma, Phi, and Qwen-VL.
PyAthena prior to 3.35.4 contains a sql injection vulnerability that allows unauthenticated attackers to inject arbitrary SQL by exploiting improper quote-escaping in DefaultParameterFormatter.format(), which routes DELETE and CTAS statements to the _escape_hive function that backslash-escapes single quotes rather than doubling them. Because Athena and Trino do not treat backslashes as escape characters inside string literals, attacker-supplied input such as a single quote followed by SQL syntax causes the parser to terminate the string literal prematurely, enabling data exfiltration via UNION SELECT, execution of destructive statements, and attacker-controlled CTAS destination and content.
Zephyr's Bluetooth Mesh subnet key management leaks one PSA Crypto key slot on every subnet-key teardown. In subsys/bluetooth/mesh/subnet.c, net_keys_create() imports the Private Beacon Key into a PSA key slot under CONFIG_BT_MESH_PRIV_BEACONS (enabled by default), but subnet_keys_destroy() guarded the matching psa_destroy_key() with CONFIG_BT_MESH_V1d1. That Kconfig symbol was removed when explicit Mesh 1.0.1 support was dropped, so the destroy branch became permanently dead code and the import is never balanced by a destroy. The imbalanced teardown is reached every time subnet keys are destroyed: deleting a subnet (Config Server NetKey Delete), completing a Key Refresh Procedure (which retires the old key set), and resetting/re-provisioning the node. The over-the-air triggers are processed only under the node's device key, so they are exercisable by the provisioner or network administrator that owns the node, reachable over the Bluetooth Mesh network. With the default CONFIG_MBEDTLS_PSA_KEY_SLOT_COUNT of 16, repeated add/delete or key-refresh cycles exhaust the shared PSA key-slot pool after roughly a dozen rounds. Once exhausted, bt_mesh_private_beacon_key() and thus subnet creation fail: the node can no longer add subnets or complete key refresh, and other PSA crypto consumers on the device may be starved, until the device is rebooted. The fix aligns the destroy guard with the import guard (CONFIG_BT_MESH_PRIV_BEACONS) so each slot is freed.
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.