Automic VaultAutomic Vault

brew

execstack を Homebrew, dnf, apt, zypper でインストール

execstack のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install execstack

local Homebrew formula metadata

概要

パッケージ概要

Utility to set/clear/query executable stack bit

コマンドとエイリアス

  • execstack

履歴

プロジェクトの歴史と使われ方

execstack is a small ELF hardening utility from the prelink project. It exists to query, set, or clear the executable-stack requirement recorded in ELF program headers.

プロジェクトの歴史

The tool belongs to the early-2000s Linux transition away from assuming that process stacks were executable. Jakub Jelinek's 2003 binutils work introduced PT_GNU_STACK so compilers, assemblers, and linkers could describe whether an executable stack was needed; execstack provided a post-link command-line way to inspect and override that metadata.

The upstream prelink archive shows prelink tarballs beginning in 2001 and continuing through a 2013 snapshot. The execstack manual page was obtained from the prelink-20130503 tarball and dates the utility's documentation to October 2003.

採用の歴史

execstack became a packaging and security-maintenance utility rather than a day-to-day application. It is most useful when a third-party ELF binary or shared object has incorrect PT_GNU_STACK markings and a packager needs to verify or clear them without rebuilding the original source.

使われ方

The common workflow is intentionally narrow: run execstack -q to report whether files require an executable stack, execstack -c to mark known-safe objects as not requiring one, or execstack -s for the rare case where a binary really needs executable stack support.

パッケージ好きにとっての重要性

Package maintainers care about execstack because it sits at the boundary between compiler metadata, linker policy, and runtime hardening. A single bad executable-stack bit can change security posture, so a tiny utility remains useful even after prelink itself stopped being fashionable.

タイムライン

  • 2001: The prelink archive begins publishing source snapshots.
  • 2003: PT_GNU_STACK support is proposed for binutils.
  • 2003: execstack documentation describes querying and changing PT_GNU_STACK markings.
  • 2013: The prelink archive publishes a later source snapshot used by manual-page renderers.

Related projects

  • execstack is tied to prelink, GNU binutils, GCC .note.GNU-stack metadata, and ELF dynamic-linker hardening behavior.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 2 個のプラットフォームターゲットで利用できます。
  • 1 件の実行時依存関係とともにインストールされます。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
execstackcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-10
マネージャ版20130503
マネージャ更新日2026-07-03
ローカルデータOK
上流not checked
検出された最新未検出

https://people.redhat.com/jakub/prelink/

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:execstack
バージョン20130503
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/execstack
ホームページhttps://people.redhat.com/jakub/prelink/
上流ドキュメントhttps://people.redhat.com/jakub/prelink
ライセンスGPL-2.0-or-later
ソースアーカイブhttps://people.redhat.com/jakub/prelink/prelink-20130503.tar.bz2
最終更新2026-07-03T15:24:00-04:00
Pulseupdated
依存関係elfutils
Bottle利用可能 (対象 arm64_linux, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameexecstack
Version Scheme0
Revision0
Requirements
  • linux
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Ubuntu apt95%

execstack 0.0.20131005-1.1ubuntu1

ELF GNU_STACK program header editing utility

sudo apt install execstack
  • Section: universe/admin
  • Architecture: amd64
  • Source Package: prelink
  • 3 依存関係
  • normalized package name match
  • 一致条件: Execstack
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: execstack from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
dnf95%

execstack 0.5.0-32.fc44

Utility to set/clear/query executable stack bit

sudo dnf install execstack
  • License: GPL-2.0-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: execstack
  • 10 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Execstack
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: execstack from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
zypper95%

execstack 0.5.0-5.6

Utility to set/clear/query executable stack bit

https://github.com/keszybz/prelink/archive

sudo zypper install execstack
  • License: GPL-2.0-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: execstack
  • 9 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Execstack
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: execstack from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment