# Security Advisories | Logmanager

{
  "@context": "https://schema.org",
  "@type": "BreadcrumbList",
  "itemListElement": [
    {
      "@type": "ListItem",
      "position": 1,
      "name": "Logmanager",
      "item": "https://logmanager.com/"
    },
    {
      "@type": "ListItem",
      "position": 2,
      "name": "Security Center",
      "item": "https://logmanager.com/security/"
    },
    {
      "@type": "ListItem",
      "position": 3,
      "name": "Security Advisories",
      "item": "https://logmanager.com/security/security-advisories/"
    }
  ]
}

  :root {
    --lm-bg: #F4F6F9;
    --lm-card-bg: #FFFFFF;
    --lm-text-main: #0B192C;
    --lm-text-muted: #64748B;
    --lm-border: #E2E8F0;
    --lm-primary: #1B52E8;
    --lm-teal: #00635A;
    --lm-teal-bg: #E6F4F1;
    --lm-teal-border: #A3D9CF;
    --lm-radius: 12px;
  }

  .lm-advisories-wrapper {
    background-color: var(--lm-bg);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: var(--lm-text-main);
    padding: 40px 20px;
    line-height: 1.5;
  }

  .lm-container { max-width: 1000px; margin: 0 auto; }
  .lm-header { margin-bottom: 24px; }

  .lm-brand-line {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 14px;
    color: var(--lm-text-muted);
    margin-bottom: 16px;
  }

  .lm-brand-line a { color: var(--lm-text-muted); text-decoration: none; }
  .lm-brand-line a:hover { color: var(--lm-primary); }
  .lm-brand-logo { font-weight: 800; font-size: 18px; color: var(--lm-text-main) !important; letter-spacing: -0.5px; }

  .lm-title {
    font-size: 32px;
    font-weight: 800;
    color: var(--lm-text-main);
    margin: 0 0 12px 0;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .lm-title::before { content: "//"; color: var(--lm-teal); }
  .lm-subtitle { color: var(--lm-text-muted); font-size: 15px; margin-bottom: 24px; }

  .lm-filter-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }

  .lm-search-input {
    padding: 8px 14px;
    border: 1px solid var(--lm-border);
    border-radius: 8px;
    font-size: 14px;
    width: 260px;
    background: #FFFFFF;
  }

  .lm-filter-group { display: flex; gap: 8px; }
  .lm-select-sm {
    padding: 8px 12px;
    border: 1px solid var(--lm-border);
    border-radius: 8px;
    font-size: 13px;
    background: #FFFFFF;
    color: var(--lm-text-main);
  }

  .lm-card {
    background: var(--lm-card-bg);
    border-radius: var(--lm-radius);
    border: 1px solid var(--lm-border);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    overflow: hidden;
  }

  .lm-table { width: 100%; border-collapse: collapse; text-align: left; font-size: 14px; }
  .lm-table th {
    background: #FAFAFA;
    padding: 14px 20px;
    font-weight: 700;
    color: var(--lm-text-muted);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 1px solid var(--lm-border);
  }

  .lm-table td { padding: 16px 20px; border-bottom: 1px solid var(--lm-border); vertical-align: middle; }
  .lm-table tr:last-child td { border-bottom: none; }
  .lm-table tr:hover { background-color: #F8FAFC; }

  .lm-cve-id {
    font-weight: 700;
    color: var(--lm-primary);
    text-decoration: none;
    font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
    font-size: 14px;
  }

  .lm-timestamp { color: var(--lm-text-muted); font-size: 13px; white-space: nowrap; }

  .lm-status { display: inline-block; padding: 2px 8px; border-radius: 6px; font-weight: 600; font-size: 12px; }
  .lm-status-fixed { background: var(--lm-teal-bg); color: var(--lm-teal); border: 1px solid var(--lm-teal-border); }
  .lm-status-mitigated { background: #FEF3C7; color: #92400E; border: 1px solid #FCD34D; }

  .lm-pdf-actions { display: flex; gap: 8px; align-items: center; }
  .lm-pdf-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border: 1px solid var(--lm-border);
    border-radius: 6px;
    background: #FFFFFF;
    color: var(--lm-text-main);
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    transition: all 0.2s;
  }

  .lm-pdf-btn:hover { border-color: var(--lm-primary); color: var(--lm-primary); background: #F0F4FF; }
  .lm-pdf-icon { width: 14px; height: 14px; fill: #E11D48; }
  .lm-sig-icon { width: 14px; height: 14px; fill: var(--lm-teal); }

  @media (max-width: 768px) {
    .lm-table th:nth-child(3), .lm-table td:nth-child(3) { display: none; }
    .lm-pdf-actions { flex-direction: column; align-items: flex-start; }
  }
  [Logmanager](https://logmanager.com/) / [Security Center](https://logmanager.com/security/) / Security Advisories 

# Security Advisories

 Official security advisories, vulnerability disclosures, and mitigation details for Logmanager products.

 

   All Products Logmanager Appliance 4.x Logmanager Appliance 3.x Logmanager Forwarder Logmanager Windows Agent Logmanager Logproxy Logmanager Website Other / Unknown   All Years 2026 2025  

 

    ID Summary Published Status Downloads       [CVE-2026-1102](https://drive.google.com/file/d/YOUR_DRIVE_FILE_ID_1/view)   **Unauthenticated RCE in log ingestion endpoint**  
 Logmanager Appliance 4.x  Feb 10, 2026 Fixed in v4.3.2  [  Advisory PDF ](https://drive.google.com/file/d/YOUR_DRIVE_FILE_ID_1/view "Download Security Advisory PDF") [  Advisory signature ](https://drive.google.com/file/d/YOUR_DRIVE_FILE_ID_2_SIG/view "Download PGP Signature") 

      [CVE-2025-8831](https://drive.google.com/file/d/YOUR_DRIVE_FILE_ID_3/view)   **Authenticated Local Privilege Escalation**  
 Logmanager Windows Agent  Nov 18, 2025 Fixed in v3.1.0  [  Advisory PDF ](https://drive.google.com/file/d/YOUR_DRIVE_FILE_ID_3/view) [  Advisory signature ](https://drive.google.com/file/d/YOUR_DRIVE_FILE_ID_4_SIG/view)
