Commit Graph
67 Commits
Author SHA1 Message Date
Lucas Manuel Rodriguez b452a5a5f3 Add exclusions for libexpat on fleetdm/wix (#50301)
Fixes: https://github.com/fleetdm/fleet/actions/runs/30610975232

New run: https://github.com/fleetdm/fleet/actions/runs/30632404621.

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Security**
* Added vulnerability assessments for five CVEs affecting a transitive
XML-parsing dependency.
* Recorded that the application is not affected because vulnerable XML
processing cannot be controlled by an attacker.
* Updated security transparency records with supporting applicability
justifications.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-07-31 12:11:07 -03:00
Lucas Manuel RodriguezandCopilot Autofix powered by AI a810f3b2c1 Add VEX exclusion for fleetctl (#50135)
Run: https://github.com/fleetdm/fleet/actions/runs/30451947297.

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

* **Security**
  * Added an OpenVEX document for **CVE-2026-56852**.
* Documented that the vulnerability is **not affected** for the
**fleetctl** product under the specified conditions.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-07-29 18:50:54 -03:00
Lucas Manuel Rodriguez 31286783eb Add exclusions for wix docker image (#49996)
Run: https://github.com/fleetdm/fleet/actions/runs/30289212899.

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Security**
  * Added vulnerability assessment metadata for CVE-2026-12912.
* Clarified that the affected code is not executed by fleetctl when
using the wix ecosystem.


<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-07-27 17:58:35 -03:00
Lucas Manuel Rodriguez dbb151b598 Add exclusions for released fleetctl docker image (#49994)
Run: https://github.com/fleetdm/fleet/actions/runs/30288702449

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Security**
  * Added a vulnerability assessment for CVE-2026-57433.
* Documented that the affected products are not impacted because the
vulnerable code is not used in the relevant execution path.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-07-27 17:58:10 -03:00
Lucas Manuel Rodriguez 4f87e1c8ad Add VEX exclusions for fleetctl docker image (#49992)
Run: https://github.com/fleetdm/fleet/actions/runs/30288436739.

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Security**
* Added vulnerability status records for four advisories affecting
fleetctl and related components.
* Documented fleetctl as **not affected** because the vulnerable code
paths are not used or included.
* Added rationale covering WebP-only image decoding, unavailable
macOS-only TIFF functionality, absence of gRPC server and xDS RBAC
usage, and inapplicable Jackson parser conditions.
* Included standardized advisory metadata and version information for
improved security transparency.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-07-27 17:57:42 -03:00
Lucas Manuel Rodriguez 401b12afed Add VEX exclusions for fleetdm/fleetctl (#49504)
Fixes: https://github.com/fleetdm/fleet/actions/runs/29560990071.

New run: https://github.com/fleetdm/fleet/actions/runs/29605383790.

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Security**
* Added vulnerability status records for CVE-2026-13221 and
CVE-2026-6653.
* Documented that the reported vulnerabilities do not affect `fleetctl`
because the relevant dependency code is not used during operation or
package generation.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-07-17 17:25:06 -04:00
Luke Heath a2908f4098 Cherry-pick #48451: Adding changes for Fleet v4.89.0 (#49379)
<!-- Add the related story/sub-task/bug number, like Resolves #123, or
remove if NA -->
**Related issue:** NA

Cherry-pick of #48451 ("Adding changes for Fleet v4.89.0") from
`rc-minor-fleet-v4.89.0` into `main`.

This brings the v4.89.0 CHANGELOG entry and the corresponding `changes/`
cleanup into main. The CHANGELOG conflict was resolved by placing the
4.89.0 section above the existing 4.88.1 section (keeping main's 4.88.1
date of Jul 10, 2026).

# Checklist for submitter

- [x] Changes file added for user-visible changes in `changes/`,
`orbit/changes/` or `ee/fleetd-chrome/changes`.


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **New Features**
* Added vulnerability filtering by CVSS score and exploitability in
Fleet Desktop.
  * Added default enrollment behavior for fleet-owned Apple devices.
* Added additional filtering options to the Vulnerability Exposure
chart.
* Improved certificate template variables, including IdP values and host
platform.

* **Bug Fixes**
* Fixed policy selection pagination, stale policy/report details, and
missing-host reporting.
* Corrected SSO and email links when Fleet is hosted under a URL
subpath.
  * Improved Windows profile validation and MDM command labeling.
* Fixed several display and accessibility issues, including host counts,
checkbox wording, and dark-mode badges.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-07-16 11:55:43 -07:00
Lucas Manuel Rodriguez 34064973b8 Add VEX exclusions for WiX (#49193)
Fixes: https://github.com/fleetdm/fleet/actions/runs/29230539238

New run: https://github.com/fleetdm/fleet/actions/runs/29248404917 

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Security**
* Added vulnerability assessment records for CVE-2026-5773 and
CVE-2026-6276.
* Documented that the affected libcurl component is not used in the
relevant installer-generation execution path.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-07-13 14:28:51 -03:00
Lucas Manuel Rodriguez 60d8f51374 Move test/upgrade to tools/ to reduce security scanning noise (#49158)
Two reasons:
- It's a testing/QA tool, so it should be under `tools/`
- Reduce security-noise because it's just an internal tool (all findings
under tools/ should be ignored).

Failing dependency review expected because of the security findings in
the docker Go packages. (Which can be fixed/updated when a patch is
issued but without urgency because this is an internal tool.)

## Testing

- [x] QA'd all new/changed functionality manually

Ran:
```
cd tools/upgrade
FLEET_VERSION_A=v4.87.1 FLEET_VERSION_B=v4.88.1 go test
```

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

## Summary by CodeRabbit

* **New Features**
  * Added an end-to-end upgrade test scenario across two Fleet versions.
* Added a Docker Compose-based upgrade environment (Fleet, MySQL, Redis,
osquery) with local TLS certs/keys and osquery flags.

* **Tests**
* Added automated Fleet readiness checks and host enrollment
verification before and after upgrade.

* **Chores / Security**
* Updated the database upgrade test workflow and Go module tooling for
the new upgrade test setup.
* Adjusted secret scanning allow-rules and refreshed Go dependencies for
the upgrade module.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-07-13 11:17:37 -03:00
Lucas Manuel Rodriguez a37b483cf7 Add VEX exclusions for CVEs in fleetdm/wix (#49107)
Fixes: https://github.com/fleetdm/fleet/actions/runs/29075556043.

New run: https://github.com/fleetdm/fleet/actions/runs/29090472465.

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Security**
* Added vulnerability assessments for CVE-2025-70103 and CVE-2026-40355.
* Documented the affected Wix-related components as not affected because
the vulnerable code is not executed in the relevant workflows.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-07-10 10:47:06 -03:00
Lucas Manuel Rodriguez 21c024313a Upgrade nfpm package in fleetctl (#48961)
Resolves #48954.

- [X] Changes file added for user-visible changes in `changes/`,
`orbit/changes/` or `ee/fleetd-chrome/changes`.

## Testing

- [X] QA'd all new/changed functionality manually
Tested a package generated with new `fleetctl` on Fedora 43, Ubuntu
25.04, and Omarchy.

## fleetd/orbit/Fleet Desktop

- [x] Verified compatibility with the latest released version of Fleet
(see [Must
rule](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/workflows/fleetd-development-and-release-strategy.md))
- [x] If the change applies to only one platform, confirmed that
`runtime.GOOS` is used as needed to isolate changes
- [x] Verified that fleetd runs on macOS, Linux and Windows
- [x] Verified auto-update works from the released version of component
to the new version (see [tools/tuf/test](../tools/tuf/test/README.md))


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

## Summary of changes

* **Bug Fixes**
* Improved Linux RPM packaging consistency, including more reliable
output filename normalization and correct platform metadata.
* Ensured RPM metadata extraction stays aligned with the updated
packaging flow.
* **Tests**
  * Added coverage for RPM filename normalization edge cases.
* Updated a CPE rule validation test expectation to match the new
error-string format.
* **Chores**
  * Upgraded packaging tooling and refreshed Go dependencies.
* **Security**
* Removed a previously ignored CVE entry from vulnerability scan ignore
settings.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-07-09 15:29:48 -03:00
Lucas Manuel Rodriguez 67522b31a9 Add VEX exclusions for fleetctl (#48749)
Fixes:
https://github.com/fleetdm/fleet/actions/runs/28775213423/job/85317520154.

New run: https://github.com/fleetdm/fleet/actions/runs/28779783653.

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Chores**
* Added vulnerability status information for a known issue affecting
`fleetctl`, clarifying that it is not impacted by the reported problem.
* Included a note explaining why the affected code path is not reached
in typical use.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-07-06 13:06:01 -03:00
Lucas Manuel Rodriguez e5bef43b61 Add VEX exclusions for wix and fleetctl image scans (#48550)
Failures: 
- WiX: https://github.com/fleetdm/fleet/actions/runs/28500663153
- fleetctl: https://github.com/fleetdm/fleet/actions/runs/28501229768

New runs:
- WiX: https://github.com/fleetdm/fleet/actions/runs/28521840457
- fleetctl: https://github.com/fleetdm/fleet/actions/runs/28521833124

Adds VEX exclusions for false-positive vulnerabilities flagged by the
scheduled Trivy scans of the `fleetdm/wix` and `fleetdm/fleetctl`
images.

**wix**
([run](https://github.com/fleetdm/fleet/actions/runs/28500663153)):
- `CVE-2026-8461` — ffmpeg libs (libavcodec61, libavformat61,
libavutil59, libswresample5); fleetctl does not process media files when
using fleetdm/wix.
- `CVE-2026-55199`, `CVE-2026-55200`, `CVE-2026-7598` — libssh2-1t64;
fleetctl does not establish SSH connections when generating MSI
packages.

**fleetctl**
([run](https://github.com/fleetdm/fleet/actions/runs/28501229768)):
- `CVE-2026-54512`, `CVE-2026-54513` —
com.fasterxml.jackson.core:jackson-databind; fleetctl does not use Java.

All statements are `not_affected` /
`vulnerable_code_not_in_execute_path`, consistent with existing VEX
entries in these directories. The scan workflows auto-glob the VEX
directories, so no workflow changes are needed.

# Checklist for submitter

- [x] QA'd all new/changed functionality manually (validated JSON;
mirrors existing VEX statements picked up by the scan workflow)
2026-07-01 10:56:46 -03:00
Lucas Manuel Rodriguez bdd15d6305 Ignore openssl CVEs in fleetdm/bomutils and fleetdm/wix (#47587)
Fixes: 
- https://github.com/fleetdm/fleet/actions/runs/27533019044
- https://github.com/fleetdm/fleet/actions/runs/27531598289

Runs:
- https://github.com/fleetdm/fleet/actions/runs/27534679935
- https://github.com/fleetdm/fleet/actions/runs/27534673753

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Chores**
* Added VEX (Vulnerability Exploitability eXchange) security
declarations for CVE-2026-45447 across multiple products, marking the
vulnerability as not affecting specified versions with justification
that vulnerable code is not in the execution path.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-06-15 15:31:31 -03:00
Lucas Manuel Rodriguez 172a1d0cd2 Ignore fleetctl MIME CVE (#47170) 2026-06-09 17:02:54 -05:00
Lucas Manuel Rodriguez e2011f2a90 Ignore fleetctl CVEs (#46558)
Fixes:
https://github.com/fleetdm/fleet/actions/runs/26741879404/job/78807631340.

Run: https://github.com/fleetdm/fleet/actions/runs/26758445243



<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Documentation**
* Added vulnerability exploitability statements for CVE-2026-42496 and
CVE-2026-8376.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-06-01 10:55:31 -03:00
Luke Heath b5a9fa71cd Update loadtest ALB TLS policies and fix Trivy PR scanning (#46194) 2026-05-27 12:53:13 -05:00
Lucas Manuel Rodriguez f6211a5be1 Ignore WiX CVEs on kerberos (#46187)
Fixes: https://github.com/fleetdm/fleet/actions/runs/26437524407.

Run: https://github.com/fleetdm/fleet/actions/runs/26452111600.

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Chores**
* Added security vulnerability assessment documentation for
CVE-2026-40356, confirming this application is not affected by the
vulnerability.

<!-- review_stack_entry_start -->

[![Review Change
Stack](https://storage.googleapis.com/coderabbit_public_assets/review-stack-in-coderabbit-ui.svg)](https://app.coderabbit.ai/change-stack/fleetdm/fleet/pull/46187?utm_source=github_walkthrough&utm_medium=github&utm_campaign=change_stack)

<!-- review_stack_entry_end -->

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-05-26 16:06:22 -03:00
Luke Heath 2d978f5970 Add VEX entries for Docker test-only CVEs (#46186) 2026-05-26 12:24:15 -05:00
Lucas Manuel Rodriguez 1a159ab106 Ignore WiX CVEs (#45882)
Fixes:
https://github.com/fleetdm/fleet/actions/runs/26146951814/job/76904628046.

Run: https://github.com/fleetdm/fleet/actions/runs/26166642789.

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Documentation**
* Added OpenVEX documents confirming the wix product is not affected by
six GnuTLS vulnerabilities (CVE-2026-33845, CVE-2026-33846,
CVE-2026-3833, CVE-2026-42009, CVE-2026-42010, CVE-2026-42011), as the
vulnerable code is not in the execution path.

<!-- review_stack_entry_start -->

[![Review Change
Stack](https://storage.googleapis.com/coderabbit_public_assets/review-stack-in-coderabbit-ui.svg)](https://app.coderabbit.ai/change-stack/fleetdm/fleet/pull/45882?utm_source=github_walkthrough&utm_medium=github&utm_campaign=change_stack)

<!-- review_stack_entry_end -->

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-05-20 11:18:49 -03:00
Lucas Manuel Rodriguez b49997fdd6 Fix CVEs reported on latest released fleetctl version (#45827)
Fixes:
https://github.com/fleetdm/fleet/actions/runs/26082083437/job/76685948651

Run: https://github.com/fleetdm/fleet/actions/runs/26115317286

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Security**
* Added formal vulnerability assessments for CVE-2026-42010 and
CVE-2026-7598, confirming both vulnerabilities do not affect fleetctl.
Each assessment includes detailed documentation explaining why the
vulnerable code is not present in fleetctl's execution paths.

<!-- review_stack_entry_start -->

[![Review Change
Stack](https://storage.googleapis.com/coderabbit_public_assets/review-stack-in-coderabbit-ui.svg)](https://app.coderabbit.ai/change-stack/fleetdm/fleet/pull/45827?utm_source=github_walkthrough&utm_medium=github&utm_campaign=change_stack)

<!-- review_stack_entry_end -->

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-05-20 10:30:37 -03:00
Lucas Manuel Rodriguez 1ab458059f Ignore fleet CVEs in fleetctl (#45825)
Fixes:
https://github.com/fleetdm/fleet/actions/runs/26082254809/job/76686528770.

Run: https://github.com/fleetdm/fleet/actions/runs/26114400277.

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Documentation**
* Added formal security assessment documents for three CVEs
(CVE-2026-23998, CVE-2026-24899, CVE-2026-26062), declaring that
fleetctl and related packages remain unaffected. Each document provides
detailed technical justification explaining why vulnerabilities are not
present in the execution paths.

<!-- review_stack_entry_start -->

[![Review Change
Stack](https://storage.googleapis.com/coderabbit_public_assets/review-stack-in-coderabbit-ui.svg)](https://app.coderabbit.ai/change-stack/fleetdm/fleet/pull/45825?utm_source=github_walkthrough&utm_medium=github&utm_campaign=change_stack)

<!-- review_stack_entry_end -->

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-05-19 15:03:30 -03:00
Lucas Manuel Rodriguez 91b3dd697c Ignore bomutils CVEs (#45800)
Fixes:
https://github.com/fleetdm/fleet/actions/runs/26082608768/job/76687709248.

Run: https://github.com/fleetdm/fleet/actions/runs/26104309524.

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Chores**
* Added vulnerability assessment documents for CVE-2026-29111 and
CVE-2026-4878 indicating these vulnerabilities do not affect the
product.

<!-- review_stack_entry_start -->

[![Review Change
Stack](https://storage.googleapis.com/coderabbit_public_assets/review-stack-in-coderabbit-ui.svg)](https://app.coderabbit.ai/change-stack/fleetdm/fleet/pull/45800?utm_source=github_walkthrough&utm_medium=github&utm_campaign=change_stack)

<!-- review_stack_entry_end -->

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-05-19 11:49:12 -03:00
Lucas Manuel Rodriguez 5ce6dc97ca Ignore WiX CVEs (#45790)
Fixes the following warnings:
https://github.com/fleetdm/fleet/actions/runs/26081772268.

Run using this branch:
https://github.com/fleetdm/fleet/actions/runs/26100260311

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Documentation**
* Added security vulnerability assessments for nine CVEs, confirming
they do not impact wix as the vulnerable code paths are not executed in
the application.

<!-- review_stack_entry_start -->

[![Review Change
Stack](https://storage.googleapis.com/coderabbit_public_assets/review-stack-in-coderabbit-ui.svg)](https://app.coderabbit.ai/change-stack/fleetdm/fleet/pull/45790?utm_source=github_walkthrough&utm_medium=github&utm_campaign=change_stack)

<!-- review_stack_entry_end -->

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-05-19 11:01:57 -03:00
Lucas Manuel Rodriguez f4bae86e0d Ignore critical CVE in fleetdm/fleetctl docker image (#44939)
Fixes:
https://github.com/fleetdm/fleet/actions/runs/25480975109/job/74764798920

New run: https://github.com/fleetdm/fleet/actions/runs/25504007303.

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Security**
* Added vulnerability assessment documentation confirming fleetctl is
not affected by CVE-2026-33845.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-05-07 12:23:00 -03:00
Lucas Manuel Rodriguez ccdceaeba8 Update security notes for v4.84.2 (#44577)
There was a change and now https://github.com/fleetdm/fleet/issues/44374
is to be released in 4.84.2

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Bug Fixes**
* Updated recommended patch versions for addressing critical security
vulnerabilities to ensure enhanced protection.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-05-01 10:44:32 -03:00
Lucas Manuel Rodriguez 172c48afb6 Update CVE notes in security/status.md (#44430)
Updating CVE notes with new information for:
- CVE-2026-39883 (only affects BSD and Solaris).
- CVE-2026-32281, CVE-2026-32283: To be fixed in
[v4.84.1](https://github.com/fleetdm/fleet/milestone/246).

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Security Updates**
* Updated Fleet vulnerability advisories and remediation guidance with
corrected upgrade recommendations to ensure users receive accurate
information for addressing security issues
* Enhanced vulnerability assessments with additional platform
compatibility information to help users better evaluate applicable risks
to their environments

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-04-29 19:59:23 -03:00
Lucas Manuel Rodriguez 2d72337212 Ignore fleetdm/wix vulnerabilities (#44223)
Fixes: https://github.com/fleetdm/fleet/actions/runs/24980538057.

Run: https://github.com/fleetdm/fleet/actions/runs/25009629692.

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Chores**
* Added security vulnerability assessment documentation for four CVEs,
confirming they do not impact the product.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-04-27 18:08:15 -03:00
Lucas Manuel Rodriguez 61265a24ec Ignore fleetdm/bomutils vulnerabilities (#44224)
Fixes: https://github.com/fleetdm/fleet/actions/runs/24981188476. 

Run: https://github.com/fleetdm/fleet/actions/runs/25009852107.

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

## Release Notes

* **Chores**
* Added vulnerability impact assessments for four CVEs (CVE-2026-28387,
CVE-2026-28388, CVE-2026-28389, CVE-2026-31789). Documentation confirms
these vulnerabilities do not affect the product.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-04-27 18:08:03 -03:00
Lucas Manuel Rodriguez c2d01c511e Ignore fleetdm/fleet and fleetdm/fleetctl vulnerabilities (#44247)
Fixes:
https://github.com/fleetdm/fleet/actions/runs/24980770051/job/73142219314.

Run: https://github.com/fleetdm/fleet/actions/runs/25018399091.

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

* **Documentation**
* Added OpenVEX vulnerability declarations for multiple CVEs, marking
them as not affected for Fleet and fleetctl. Each entry includes
metadata, human-readable status notes, and justifications addressing
exploitability relative to Go runtime, Alpine/musl packages, crypto/SSL
libraries, OpenTelemetry, xmldsig, and media libraries.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-04-27 18:07:52 -03:00
Lucas Manuel Rodriguez db3b2d34cb Fix parser extra colon (#43796)
Extra colon in the "Products:" section auto-generated file:
<img width="228" height="59" alt="Screenshot 2026-04-20 at 3 07 26 PM"
src="https://github.com/user-attachments/assets/687be6ea-71ae-45c7-a1e9-641994ee86ba"
/>

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Bug Fixes**
* Corrected formatting in product list display by removing redundant
punctuation.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-04-20 15:35:51 -03:00
Lucas Manuel Rodriguez 39d8c6f118 Flag fleetdm/fleetctl vulnerabilities (#43785)
Run: https://github.com/fleetdm/fleet/actions/runs/24681592163.

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

* **Documentation**
  * Added vulnerability disclosures for three CVEs.
  * CVE-2026-27806: marked as not affecting fleetctl.
* CVE-2026-32280: denial-of-service affecting many fleetctl versions;
recommend upgrading to a fleetctl build using Go ≥1.26.2 when available.
* CVE-2026-33810: affects fleetctl v4.84.0; recommend upgrading to a
fleetctl build using Go ≥1.26.2 when available.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-04-20 15:01:03 -03:00
Lucas Manuel RodriguezandCopilot bdf69537e4 Ignore vulnerabilities in fleetdm/wix (#43764)
Run: https://github.com/fleetdm/fleet/actions/runs/24676558778.

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

* **Documentation**
* Added security vulnerability assessments for CVE-2026-28390,
CVE-2026-4775, and CVE-2026-5201, confirming these issues do not affect
the product. Statements note that vulnerable code is not in the
product’s execution path and relevant processing (TLS/TIFF/graphics) is
not performed by the shipped components. Includes timestamps and
metadata for traceability.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-04-20 13:53:36 -03:00
Lucas Manuel Rodriguez 3ffd64f1da Ignore vulnerabilities in fleetdm/bomutils (#43765)
Run: https://github.com/fleetdm/fleet/actions/runs/24673271270

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Security**
* Added vulnerability assessment documentation for CVE-2026-28390,
confirming that bomutils is not affected by this vulnerability.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-04-20 12:55:28 -03:00
Lucas Manuel Rodriguez 9a6c5c3f48 Ignore CVEs on fleetdm/wix (#43226)
Fixes https://github.com/fleetdm/fleet/actions/runs/24121241577.

New run: https://github.com/fleetdm/fleet/actions/runs/24140346610
2026-04-08 17:48:42 -03:00
Lucas Manuel Rodriguez 30f1719aca Ignore CVEs on fleetdm/fleetctl (#43240)
Fixes:
https://github.com/fleetdm/fleet/actions/runs/24121419823/job/70444895796

Run: https://github.com/fleetdm/fleet/actions/runs/24142910735
2026-04-08 17:46:41 -03:00
Lucas Manuel Rodriguez 93a782ab61 Add ignore to CVE found in fleetdm/fleetctl (#42711)
Fixes:
https://github.com/fleetdm/fleet/actions/runs/23783786066/job/69302104997

Test runs: 
- https://github.com/fleetdm/fleet/actions/runs/23798426124
- https://github.com/fleetdm/fleet/actions/runs/23798449109
2026-03-31 10:27:07 -03:00
Lucas Manuel Rodriguez 8b3674bc55 Fix CVE fleetdm/fleet alerts (#42314)
Fixes
https://github.com/fleetdm/fleet/actions/runs/23476076250/job/68309012488.

Runs:
- https://github.com/fleetdm/fleet/actions/runs/23498265614
2026-03-24 17:38:46 -03:00
Lucas Manuel Rodriguez 3aa63d804b Fix fleetdm/wix warnings (#42312)
Fixes
https://github.com/fleetdm/fleet/actions/runs/23475951459/job/68308629296.

Runs:
- https://github.com/fleetdm/fleet/actions/runs/23497560995 (remote)
- https://github.com/fleetdm/fleet/actions/runs/23497590149 (local)
2026-03-24 17:38:33 -03:00
Lucas Manuel Rodriguez 4f59eaceea Add ignores for CVE-2026-0861 in bomutils (#42292)
Resolves
https://github.com/fleetdm/fleet/actions/runs/23476296008/job/68309683127.

Run: 
- https://github.com/fleetdm/fleet/actions/runs/23487678187
- https://github.com/fleetdm/fleet/actions/runs/23487670926
2026-03-24 12:10:49 -03:00
Lucas Manuel Rodriguez ec9610bcea Fix security warnings on fleetdm/fleetctl (#42276)
Fixes: https://github.com/fleetdm/fleet/actions/runs/23424438962

New runs: 
- Local: https://github.com/fleetdm/fleet/actions/runs/23463124995.
- Remote: https://github.com/fleetdm/fleet/actions/runs/23463145956.
2026-03-24 12:10:29 -03:00
Lucas Manuel Rodriguez 7bb72ccaa1 Ignore false positive CVE in fleet (#41643)
Fixes:
https://github.com/fleetdm/fleet/actions/runs/23038788027/job/66912481418

Run with this branch:
https://github.com/fleetdm/fleet/actions/runs/23060265057
2026-03-16 10:36:50 -03:00
Lucas Manuel Rodriguez da34876029 Ignore vulnerabilities in fleetdm/fleetctl (#41647)
Fixes
https://github.com/fleetdm/fleet/actions/runs/23038854478/job/66912680981.

Run with this branch:
https://github.com/fleetdm/fleet/actions/runs/23058249026
2026-03-13 14:22:40 -03:00
Lucas Manuel Rodriguez 23e0b8054e Add note around linux trivy (#39100) 2026-02-04 06:56:32 -03:00
Lucas Manuel Rodriguez a97f04b2f6 Add rule to exclude CVE-2026-23517 from fleetctl (#39097)
Run: https://github.com/fleetdm/fleet/actions/runs/21530332523.
2026-02-02 13:15:41 -03:00
Lucas Manuel Rodriguez 3957fc990c Skip openssl vulns in Fleet (#39098)
Run: https://github.com/fleetdm/fleet/actions/runs/21532057134
2026-02-02 11:56:39 -03:00
Lucas Manuel Rodriguez c1d13ed858 Fix WiX alerts (#37572) 2025-12-19 17:26:26 -06:00
Lucas Manuel Rodriguez c557bcb782 Update security status (#37086)
Update our `security/status.md` file after analyzing currently reported
vulnerabilities.

https://github.com/fleetdm/fleet/actions/runs/20115346825
<img width="1711" height="645" alt="Screenshot 2025-12-10 at 7 41 00 PM"
src="https://github.com/user-attachments/assets/97e17b58-50a8-4556-9ceb-bcb6701d7d61"
/>
2025-12-11 10:42:50 -03:00
Lucas Manuel Rodriguez 322438e4cb Fix docker publish failures (#33690)
Fixing https://github.com/fleetdm/fleet/actions/runs/18150944735.

- It seems that when not using the RC versions it cannot determine the
version of the github.com/fleetdm/fleet/v4 package , so it assumes it's
using `v4.0.0` thus causing alerts around our recent SAML vulnerability
(already fixed). So I'm changing it to only run on RC cuts, not every
day.
- Also adding a skip rule for a new CVE that we are not affected by.
2025-10-02 13:12:13 -03:00
Lucas Manuel Rodriguez 93bea23859 Add CVE scanning for fleetdm/wix and split out workflows (#33687)
Attempting to fix
https://github.com/fleetdm/fleet/actions/runs/18120473187/job/51564073671#step:11:38

Changes:
- The docker images are too big so they started to cause issues in
Github runners. Thus I'm splitting the one workflow into three separate
workflows, one for each image.
- While we are at it: start tracking vulnerabilities in fleetdm/wix and
fleetdm/bomutils.

New runs:
-
https://github.com/fleetdm/fleet/actions/runs/18161326970/job/51692559418
-
https://github.com/fleetdm/fleet/actions/runs/18161326953/job/51692559257
-
https://github.com/fleetdm/fleet/actions/runs/18161326952/job/51692559172
2025-10-01 19:37:22 -03:00