
Work Here?
Company Does Not Provide H1B Sponsorship
Red Hat provides open-source software and services for large organizations, focusing on cloud-native infrastructure and application management. Its flagship OpenShift is a Kubernetes-based platform that lets enterprises deploy, manage, and scale containerized apps across multiple clouds. It offers a marketplace of certified enterprise software and professional services under a subscription model with updates and support. Its goal is to help enterprises modernize IT infrastructure across clouds while avoiding vendor lock-in.
Industries
Consulting
Enterprise Software
Company Size
10,001+
Company Stage
Acquired
Total Funding
$34B
Headquarters
Raleigh, North Carolina
Founded
1993
See people who can refer or advise you
Help us improve and share your feedback! Did you find this helpful?
Total Funding
$34B
Above
Industry Average
Funded Over
1 Rounds
Health Insurance
Dental Insurance
Vision Insurance
401(k) Retirement Plan
401(k) Company Match
Paid Vacation
Paid Sick Leave
Paid Holidays
Parental Leave
Family Planning Benefits
Tuition Reimbursement
Deep dive: automating netops with the cisco.catalystcenter Ansible Collection. As part of its Automating Cisco at Scale series, Cisco Systems, Inc explore how automating Cisco Catalyst Center with Ansible brings infrastructure-as-code practices to enterprise campus orchestration. Having previously established the groundwork with the Red Hat and Cisco partnership and examined Cisco Meraki, Cisco Systems, Inc now address the realities of campus scaling. Eliminating manual configuration errors requires a fundamental operational shift: treating your controller-managed campus network infrastructure as code. In today's IT landscape, this transition is no longer optional - it is necessary for long-term consistency and speed. Historically, network engineers automated campus networks through the command-line interface (CLI) - SSHing into devices, parsing raw text with regular expressions, and pushing structured configuration scripts. When Cisco introduced DNA Center (now Cisco Catalyst Center), the operational focus shifted from individual device management to centralized, controller-led, intent-based networking through a user interface or REST APIs. As enterprise networks scale, managing complex Cisco Catalyst environments through manual operations or custom, brittle API scripts is no longer sustainable. To help network engineers treat infrastructure as code, Cisco and Red Hat have delivered the cisco.catalystcenter Ansible Collection. Available through Red Hat Ansible Automation Hub, this validated collection provides a robust, enterprise-grade framework of modules, roles, and playbooks that interact directly with Cisco Catalyst Center through its APIs. High-Value enterprise use cases and playbook blueprints. The collection features more than 70 operational and configuration use cases, covered in more than 300 playbooks. The most impactful implementations solve high-friction enterprise problems. Day 0/1: zero-touch discovery and provisioning. Manual onboarding of branch devices is a significant bottleneck. Using the Cisco Validated Playbooks (CVP) and roles provided, you can automate the Plug and Play (PnP) onboarding process. Playbooks can programmatically design site hierarchies, allocate global and site-specific IP address pools, and assign device credentials. You can enforce standardized network settings - such as SNMP, telemetry, logging, and wireless profiles - uniformly across the enterprise before a device even connects. Example: The pnp_workflow_manager module automates the insertion of serial numbers into the controller's inventory database and immediately binds devices to the correct site layout. - - hosts: localhost gather_facts: false tasks: - name: Import and Provision Bare-Metal Switch via Plug-and-Play cisco.catalystcenter.pnp_workflow_manager: state: present configlist: - device_infolist: - serialNumber: "FOX2345X67Y" hostname: "BR01-ASW-02" platformId: "C9300-48UXM" authorize: true siteName: "Global/North America/Austin Office/Floor 2" Day 2: sd-access (SDA) fabric orchestration. Managing an SDA fabric requires precise configuration. The collection allows you to orchestrate the fabric entirely through code. Use cases include: * LAN automation: Automating underlay network deployments. * Fabric management: Programmatically managing SDA fabric sites, zones, and IP/SDA transits. * Virtual networks: Automating L2 VLANs and L3 Anycast Gateways, as well as seamlessly onboarding hosts and fabric devices. * Policy enforcement: Managing SDA extranet policies and application policies as code. Example: Instead of modifying configurations line by line across 500 switches, engineering teams can use Ansible to enforce global compliance tags. These tags trigger policies, dynamic network profiling, or group-based access-control policies within Catalyst Center. - - hosts: localhost gather_facts: false tasks: - name: Standardize PCI-Compliance Tags Across Controller Infrastructure cisco.catalystcenter.tag: state: present name: "PCI-DSS-Zone" description: "Applies Zero-Trust microsegmentation for POS terminals" register: tag_output - name: Output Operation Telemetry ansible.builtin.debug: var: tag_output.id Day N: software image management (SWIM) and assurance. Day N maintenance is critical for security and resilience. The collection transforms highly disruptive tasks into automated, scalable workflows: * SWIM automation: Automate the entire OS upgrade process. Playbooks can upload images, tag "golden" images by device family, and distribute and activate the images across the network. * Compliance and backups: Automatically check device compliance against Catalyst Center templates, remediate drift, and trigger scheduled configuration backups and restores. * Network assurance: Integrate automated troubleshooting by querying Catalyst Center for Device Health Score KPIs and ICAP settings, and execute Path Traces to identify routing or physical-layer issues. Example: The collection features hundreds of _info modules that extract system telemetry without raw command scraping. The following playbook fetches analytics on authentication health across an entire environment: - - hosts: localhost gather_facts: false tasks: - name: Collect Global AAA Service Analytics and Trend Data cisco.catalystcenter.aaa_services_summary_analytics: startTime: "1717804800000" # Epoch milliseconds timestamp endTime: "1717891200000" register: aaa_analytics - name: Assert Authentication Failure Rates are Below Thresholds ansible.builtin.assert: that: - aaa_analytics.failedRequests | int < 50 fail_msg: "AAA anomalies detected! Check Catalyst Center Assurance dashboard." Configuration generation and "state" Extraction. One of the most unique features of this collection is its Config Generator Roles, such as inventory_config_generator and sda_fabric_virtual_networks_config_generator. These roles allow platform engineers to query Catalyst Center and dynamically extract the current configuration state into structured data. This data can then be checked into a Git repository, enabling true GitOps workflows in which the Git repository remains the synchronized single source of truth for dynamic reporting and documentation. Engineering benefits: Automating Cisco Catalyst Center with Ansible. Integrating the cisco.catalystcenter collection with Red Hat Ansible Automation Platform (AAP) in your CI/CD or platform-engineering pipeline provides fundamental technical advantages over legacy scripting practices: * Eliminate "screen scraping": Legacy CLI automation depends on regular-expression tools such as TextFSM to convert CLI output into objects. If a Cisco IOS XE update changes a single whitespace character in show command output, your parser can break. This collection works exclusively with JSON structures natively supported by Catalyst Center APIs. * Adopt true infrastructure as code (IaC): Networks can be defined statefully in YAML files stored in a Git repository. A pull request that changes a site name or assigns a new configuration profile can trigger an AAP workflow, pushing changes reliably to production. * Synchronize multiple domains: Modern enterprise environments use platforms such as NetBox or ServiceNow as a single source of truth (SSoT). With Ansible, you can build unified workflows that fetch a newly allocated IP prefix from NetBox, register it as an enterprise IP pool through cisco.catalystcenter.ip_pool, and update a ServiceNow change ticket - all within a single orchestration run. * Abstract scale: A single Ansible task targeting the collection can execute a global policy update across thousands of downstream endpoints. The operator relies on Catalyst Center to handle the underlying concurrency, queuing, and edge-execution safety. Ready to build? Want to learn more? Explore Ansible for Catalyst Center on the Cisco Networking App Marketplace to see how automating Cisco Catalyst Center with Ansible can streamline configuration, compliance, and operations at scale. Developer advocate.
Critical Red Hat keycloak flaw lets unauthenticated attackers take over any user account. 2026-08-25 12:08 Red Hat has disclosed a critical vulnerability in the Red Hat Build of Keycloak that could allow unauthenticated remote attackers to take over arbitrary user accounts. Tracked as CVE-2026-18963, the flaw affects the password recovery process and carries a CVSS v3.1 score of 9.1. The vulnerability exists in the reset-credentials flow of the keycloak-services component, [...] Read the original article: Red Hat has disclosed a critical vulnerability in the Red Hat Build of Keycloak that allows an unauthenticated remote attacker to bypass a key safeguard... Online security courses August 25, 2026 Red Hat and the Keycloak project have released patches to address a critical security flaw in the open-source identity and access management server that... August 24, 2026 Red Hat has disclosed CVE-2026-66794, an important-severity server-side request forgery (SSRF) vulnerability in the cluster-proxy-addon component of the... August 20, 2026
Critical keycloak password reset flaw could let unauthenticated attackers take over any account. Swati KhandelwalAug 24, 2026 Vulnerability / Identity Security Red Hat and the Keycloak project have released patches to address a critical security flaw in the open-source identity and access management server that could allow an unauthenticated remote attacker to take over any user account by forcing a password reset. The vulnerability, assigned the CVE identifier CVE-2026-18963, is rated 9.1 on the CVSS scoring system by Red Hat, which acts as the CVE Numbering Authority (CNA) for the flaw. It has been classified as a weak password recovery mechanism for a forgotten password (CWE-640). Users of upstream Keycloak are advised to update to version 26.7.2, released August 19, 2026, while customers running Red Hat build of Keycloak (RHBK) should apply the updates shipped for 26.4.15 and 26.6.6. There is no evidence that the flaw has been exploited, and no verified public exploit has been located as of August 24, 2026. Red Hat said in its CVE advisory that the root cause is "improper state validation within the reset-credentials authentication flow," the sequence Keycloak runs when a user requests password recovery. The company assessed the severity as Critical because an unauthenticated remote attacker can exploit the flaw without any user interaction. The defect lies in how the flow's state is managed, according to the Red Hat bug report. An attacker sends a specially crafted request to the reset-credentials endpoint. The authentication session then transitions directly to the password update phase. The action token that Keycloak normally sends via email is never required. Successful exploitation results in a complete account takeover of any user, "including administrative accounts," by resetting their password. Escape researcher Enzo Mongin, writing about a separate Keycloak access-control flaw he disclosed in July, said an attacker who crosses one of the server's boundaries does not stop at Keycloak, and that "they get into everything sitting behind it." Red Hat issued four errata on August 18, 2026 (RHSA-2026:56519, RHSA-2026:56520, RHSA-2026:56523 and RHSA-2026:56524), covering the standalone server packages and the container images for two RHBK streams. The fixed versions are as follows - * Red Hat build of Keycloak 26.4 is unaffected from operator bundle 26.4.15-1, and from the rhbk/keycloak-rhel9 and rhbk/keycloak-rhel9-operator images 26.4-23 * Red Hat build of Keycloak 26.6 is unaffected from operator bundle 26.6.6-1 and from the keycloak-rhel9 and operator containers 26.6-12 * Upstream Keycloak is fixed in 26.7.2 The GitHub advisory for the flaw lists both the affected and the patched versions as unknown, and the CVE record carries only Red Hat product references. The initial CVE record listed Red Hat Single Sign-On 7 as unaffected and the Red Hat JBoss Enterprise Application Platform Expansion Pack as affected. A later revision narrowed the product list, and NVD's display truncates it, so the current status of both is not established. For deployments that cannot be updated immediately, Red Hat has published a temporary mitigation - turn off the "Forgot password" functionality across all realms. In the RHBK administration console, the setting sits under Realm settings, then Login, then Forgot password. Red Hat said the setting must be applied to every realm and that customers should upgrade to a fixed version as soon as possible. CVE-2026-18963 was one of eight CVE identifiers listed as fixed in the Keycloak 26.7.2 release notes. The same release addressed CVE-2026-15571, a predictable account-linking hash that enables account takeover through a malicious OpenID Connect (OIDC) client. Two weeks earlier, on August 5, 2026, Keycloak 26.7.1 shipped fixes for twelve CVEs, including a SAML identity-provider-initiated broker login that bypassed a link-only restriction and a default dynamic client registration policy that allowed role forgery via user property mappers. Separately, Univention said in a post published August 20 that "Nubus is not affected by this issue" because the forgotten-password feature is not activated in its Keycloak deployments. Red Hat credited James Paremain with reporting the flaw. No source addresses whether the fix fully resolves the flaw. Whether every realm with the forgotten-password feature enabled is exploitable, or only certain reset-credentials flow configurations, is not stated by any of the published sources. Found this article interesting? Follow ASMGi on Google News, Twitter and LinkedIn to read more exclusive content ASMGi post.
Red Hat Kubernetes flaw lets unauthenticated attackers access internal cluster services. Incident overview. Red Hat has disclosed a critical Server-Side Request Forgery (SSRF) vulnerability, tracked as CVE-2026-66794, residing in the cluster-proxy-addon component of its Kubernetes-based environments. This security flaw enables unauthenticated remote attackers to bypass access controls and interact directly with sensitive internal cluster services that were intended to be unreachable from the outside. The vulnerability was discovered during internal security auditing, and while no specific threat actor attribution has been linked to active exploitation, the nature of the bug poses a significant risk to the integrity of container orchestration platforms. Currently, Red Hat has categorized this as a high-priority issue, urging administrators to verify their deployments. The flaw essentially turns the cluster-proxy-addon into a pivot point, allowing malicious actors to send unauthorized requests to internal APIs or metadata services, effectively breaking the logical isolation of the cluster architecture. Strategic implications. This vulnerability underscores a systemic risk in modern cloud-native architectures where components intended for traffic management can become attack vectors. For organizations relying on Red Hat OpenShift or similar Kubernetes distributions, this represents a failure in network boundary enforcement, potentially leading to unauthorized data exfiltration or privilege escalation. The incident highlights the growing necessity for strict zero-trust network policies that extend deep into the cluster internal fabric. From a compliance perspective, this flaw may trigger incident response mandates under frameworks like GDPR or CCPA if internal data systems were accessible. Businesses must consider the operational disruption required for patching, as Kubernetes infrastructure updates often involve complex deployment pipelines. Ultimately, this highlights that platform-level addons are critical nodes in a security stack that require the same level of rigorous oversight as edge-facing firewalls. Critical insights. Security teams should immediately audit their Kubernetes clusters to determine if the vulnerable cluster-proxy-addon is deployed and assess whether it is exposed to unauthorized networks. The primary technical takeaway is that SSRF vulnerabilities in infrastructure controllers can be leveraged to bypass authentication mechanisms that rely on network location as a primary trust signal. To mitigate this risk, administrators should prioritize applying the official patches provided by Red Hat and implement strict egress filtering to limit the proxy's ability to reach internal management endpoints. Detection strategies should focus on monitoring for anomalous traffic patterns originating from the cluster-proxy service, specifically requests directed at non-standard internal cluster addresses. Best practices include employing network policies to restrict pod-to-pod communication and utilizing admission controllers to prevent the deployment of untrusted components. Moving forward, organizations must integrate infrastructure-as-code scanning to detect misconfigurations in proxy components before they reach production environments.
Red Hat partners with FLock.io to bring federated learning to global enterprise and government ecosystem. Published: August 20, 2026 at 7:03 am Updated: August 20, 2026 at 7:03 am Edited and fact-checked: August 20, 2026 at 7:03 am FLock.io partners with Red Hat to integrate privacy-preserving federated learning into enterprise and government ecosystems, advancing scalable Sovereign AI. Decentralized AI platform FLock.io has entered a strategic partnership with Red Hat, the enterprise open-source solutions provider under IBM, to integrate its privacy-preserving federated learning technology into Red Hat's global ecosystem serving enterprises, government agencies, and public institutions. Under the collaboration, FLock.io's federated learning platform, FL Alliance, will become available on the Red Hat Partner Marketplace. This integration will enable institutional clients to train AI models collaboratively without centralizing or sharing raw data, addressing critical concerns around data privacy, regulatory compliance, and operational sovereignty. Red Hat's infrastructure underpins the technology operations of more than ninety percent of Fortune 500 companies, alongside public-sector bodies including the UK Government, the Government of Ireland, and various US state agencies. The company's technology ecosystem also encompasses major cloud and hardware providers such as NVIDIA, Microsoft, Amazon Web Services, Google Cloud, Intel, and Dell Technologies. Earlier this year, Red Hat deepened its artificial intelligence infrastructure collaboration with NVIDIA, further strengthening its position in the enterprise AI market. FLock.io's cloud-native infrastructure will be incorporated into Red Hat's technology stack as part of the company's broader expansion of sovereign and private cloud capabilities. The partnership aims to establish privacy, control, and transparency as foundational elements of enterprise artificial intelligence deployment, allowing organizations to retain greater authority over their technology and sensitive data. From research to real-world deployment. The collaboration marks a significant evolution in federated learning, shifting the technology from isolated experimental projects toward standardized, scalable implementations suitable for sovereign and enterprise-level use. FLock.io has previously facilitated artificial intelligence deployments in government and healthcare settings, including the development of an AI Centre in Sarawak, Malaysia, and its participation in the World Economic Forum's MINDS project, which supported Britain's National Health Service in exploring privacy-preserving artificial intelligence applications. By combining privacy-preserving AI infrastructure with cloud-native orchestration frameworks, the partnership seeks to reduce barriers for organizations adopting federated learning in production environments. This alignment with established open-source and enterprise tooling ecosystems reflects a broader industry transition toward structured, real-world deployment of privacy-preserving technologies. The chief executive of FLock.io indicated that working within the Red Hat ecosystem represents a meaningful advance in making federated learning accessible within trusted cloud-native environments, reinforcing the company's commitment to developing interoperable, open-source infrastructure that enables developers to deploy AI models without compromising data security. Disclaimer. In line with the Trust Project guidelines, please note that the information provided on this page is not intended to be and should not be interpreted as legal, tax, investment, financial, or any other form of advice. It is important to only invest what you can afford to lose and to seek independent financial advice if you have any doubts. For further information, Metaverse Post suggest referring to the terms and conditions as well as the help and support pages provided by the issuer or advertiser. MetaversePost is committed to accurate, unbiased reporting, but market conditions are subject to change without notice. Alisa, a dedicated journalist at the MPost, specializes in crypto, AI, investments, and the expansive realm of Web3. With a keen eye for emerging trends and technologies, she delivers comprehensive coverage to inform and engage readers in the ever-evolving landscape of digital finance. Alisa Davidson Hot Stories by Alisa Davidson August 20, 2026 by Alisa Davidson August 20, 2026 by Alisa Davidson August 20, 2026 by Alisa Davidson August 19, 2026 by Alisa Davidson August 20, 2026 by Alisa Davidson August 20, 2026 by Alisa Davidson August 20, 2026 by Alisa Davidson August 19, 2026
Find jobs on Simplify and start your career today
Industries
Consulting
Enterprise Software
Company Size
10,001+
Company Stage
Acquired
Total Funding
$34B
Headquarters
Raleigh, North Carolina
Founded
1993
Find jobs on Simplify and start your career today